mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Add __all__ part 2 (#13719)
--------- Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
# TODO: missing from stub
|
||||
tqdm._main.__all__
|
||||
tqdm._tqdm.__all__
|
||||
tqdm._tqdm_gui.__all__
|
||||
tqdm._tqdm_notebook.__all__
|
||||
|
||||
# Cannot import in stubtest
|
||||
tqdm.__main__
|
||||
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
from .cli import *
|
||||
|
||||
# Names in __all__ with no definition:
|
||||
# main
|
||||
from .cli import __all__ as __all__
|
||||
|
||||
@@ -1,11 +1,2 @@
|
||||
from .std import *
|
||||
from .std import TqdmDeprecationWarning as TqdmDeprecationWarning
|
||||
|
||||
# Names in __all__ with no definition:
|
||||
# TqdmExperimentalWarning
|
||||
# TqdmKeyError
|
||||
# TqdmMonitorWarning
|
||||
# TqdmTypeError
|
||||
# TqdmWarning
|
||||
# tqdm
|
||||
# trange
|
||||
from .std import TqdmDeprecationWarning as TqdmDeprecationWarning, __all__ as __all__
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
from .gui import *
|
||||
|
||||
# Names in __all__ with no definition:
|
||||
# tgrange
|
||||
# tqdm
|
||||
# tqdm_gui
|
||||
# trange
|
||||
from .gui import __all__ as __all__
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
from .notebook import *
|
||||
|
||||
# Names in __all__ with no definition:
|
||||
# tnrange
|
||||
# tqdm
|
||||
# tqdm_notebook
|
||||
# trange
|
||||
from .notebook import __all__ as __all__
|
||||
|
||||
Reference in New Issue
Block a user