We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435913a commit 0cfe721Copy full SHA for 0cfe721
nibabel/__init__.pyi
@@ -44,11 +44,6 @@ from nibabel.pkg_info import get_pkg_info as _get_pkg_info
44
from nibabel.spm2analyze import Spm2AnalyzeHeader, Spm2AnalyzeImage
45
from nibabel.spm99analyze import Spm99AnalyzeHeader, Spm99AnalyzeImage
46
47
-try:
48
- from pytest import ExitCode # type: ignore[import] # noqa: PT013
49
-except (ImportError, ModuleNotFoundError):
50
- class ExitCode(int): ... # type: ignore[no-redef]
51
-
52
def get_info() -> dict[str, str]: ...
53
def test(
54
label: Any = None,
@@ -58,10 +53,10 @@ def test(
58
coverage: bool = False,
59
raise_warnings: Any = None,
60
55
timer: Any = False,
61
-) -> ExitCode: ...
56
+) -> int: ...
62
57
def bench(
63
label: Any = None, verbose: int = 1, extra_argv: list[Any] | None = None
64
65
66
__all__ = [
67
'AnalyzeHeader',
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments