Searched defs:__module__ (Results 1 – 7 of 7) sorted by relevance
/external/python/cffi/cffi/ | ||
D | error.py | 3 __module__ = 'cffi' variable in FFIError |
/external/python/cpython3/Lib/ | ||
D | sre_constants.py | 35 __module__ = 're' variable in error |
/external/tensorflow/tensorflow/python/util/ | ||
D | deprecation.py | 216 __module__ = _call_location(outer=True) variable in deprecated_alias._NewClass |
/external/python/cpython3/Lib/zoneinfo/ | ||
D | _zoneinfo.py | 34 __module__ = "zoneinfo" variable in ZoneInfo |
/external/python/cpython3/Include/internal/ | ||
D | pycore_ast_state.h | 150 PyObject *__module__; member |
/external/python/cpython3/Lib/test/ | ||
D | test_types.py | 962 def __module__(self): member in UnionTests.test_or_type_operator_with_bad_module.BadMeta |
D | test_inspect.py | 551 def __module__(cls): member in TestRetrievingSourceCode.test_getfile_class_without_module.CM |