Searched defs:__dir__ (Results 1 – 15 of 15) 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 | 1422 def __dir__(cls): member in PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta.Meta |
D | test_builtin.py | 561 def __dir__(self): member in BuiltinTest.test_dir.Foo |
D | test_inspect.py | 1178 def __dir__(self): member in TestClassesAndFunctions.test_classify_metaclass_class_attribute.Meta |
D | test_exceptions.py | 2152 def __dir__(self): member in AttributeErrorTests.test_getattr_suggestions_for_same_name.A |
/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 | 87 def __dir__(): function |
D | mock.py | 724 def __dir__(self): member in NonCallableMock |
/third_party/python/Lib/ | ||
D | enum.py | 417 def __dir__(self): member in EnumMeta |
D | typing.py | 986 def __dir__(self): member in _BaseGenericAlias |
/third_party/python/Tools/c-analyzer/c_analyzer/ | ||
D | info.py | 167 def __dir__(self): member in Analyzed |
/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 |