✏️ 正在编辑: _pytesttester.pyi
路径:
/opt/cloudlinux/venv/lib/python3.11/site-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: ...
💾 保存文件
← 返回文件管理器