8000 Add .pyi files to help static type checkers deal with lazy imports by hoechenberger · Pull Request #12059 · mne-tools/mne-python · GitHub
[go: up one dir, main page]

Skip to content

Add .pyi files to help static type checkers deal with lazy imports #12059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Consistency
  • Loading branch information
hoechenberger committed Oct 3, 2023
commit b5423aba2a1b5f8e996e585a64f53b9ce9caf8da
2 changes: 2 additions & 0 deletions mne/utils/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ from .docs import (
)

from .fetching import _url_to_local_path as _url_to_local_path

from ._logging import (
verbose as verbose,
logger as logger,
Expand Down Expand Up @@ -123,6 +124,7 @@ from .misc import (
)

from .progressbar import ProgressBar as ProgressBar

from ._testing import (
run_command_if_main as run_command_if_main,
requires_mne as requires_mne,
Expand Down
0