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.
types.__all__
1 parent 04d9b4e commit 9c508aeCopy full SHA for 9c508ae
Lib/types.py
@@ -332,5 +332,3 @@ def wrapped(*args, **kwargs):
332
EllipsisType = type(Ellipsis)
333
NoneType = type(None)
334
NotImplementedType = type(NotImplemented)
335
-
336
-__all__ = [n for n in globals() if not n.startswith('_')]
0 commit comments