Searched defs:__dir__ (Results 1 – 16 of 16) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | bad_getattr.py | 4 __dir__ = "Surprise again!" variable |
| D | bad_getattr2.py | 6 def __dir__(bad_sig): function |
| D | good_getattr.py | 3 def __dir__(): function |
| D | test_pydoc.py | 1470 def __dir__(cls): member in PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta.Meta |
| D | test_builtin.py | 567 def __dir__(self): member in BuiltinTest.test_dir.Foo |
| D | test_inspect.py | 1179 def __dir__(self): member in TestClassesAndFunctions.test_classify_metaclass_class_attribute.Meta |
| D | test_exceptions.py | 2261 def __dir__(self): member in AttributeErrorTests.test_getattr_suggestions_for_same_name.A |
| D | test_typing.py | 2805 def __dir__(self): member in ProtocolTests.test_protocols_isinstance_not_fooled_by_custom_dir.CustomDirWithX |
| /third_party/python/Lib/zoneinfo/ | ||
| D | __init__.py | 30 def __dir__(): function |
| /third_party/python/Lib/concurrent/futures/ | ||
| D | __init__.py | 36 def __dir__(): function |
| /third_party/python/Lib/unittest/ | ||
| D | __init__.py | 90 def __dir__(): function |
| D | mock.py | 744 def __dir__(self): member in NonCallableMock |
| /third_party/python/Tools/c-analyzer/c_analyzer/ | ||
| D | info.py | 167 def __dir__(self): member in Analyzed |
| /third_party/python/Lib/ | ||
| D | enum.py | 751 def __dir__(cls): member in EnumType |
| D | typing.py | 1304 def __dir__(self): member in _BaseGenericAlias |
| /third_party/python/Lib/unittest/test/testmock/ | ||
| D | testhelpers.py | 525 def __dir__(self): member in SpecSignatureTest.test_spec_has_function_not_in_bases.CrazyClass |