文件操作 - _pytesttester.pyi
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/numpy/_pytesttester.pyi
编辑文件内容
from collections.abc import Iterable from typing import Literal as L __all__: list[str] class PytestTester: module_name: str def __init__(self, module_name: str) -> None: ... def __call__( self, label: L["fast", "full"] = ..., verbose: int = ..., extra_argv: None | Iterable[str] = ..., doctests: L[False] = ..., coverage: bool = ..., durations: int = ..., tests: None | Iterable[str] = ..., ) -> bool: ...
修改文件时间
将文件时间修改为当前时间的前一年
删除文件