Searched defs:__module__ (Results 1 – 6 of 6) 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 | 196 __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/Lib/test/ | ||
D | test_inspect.py | 537 def __module__(cls): member in TestRetrievingSourceCode.test_getfile_class_without_module.CM |
/external/python/cpython3/Python/ | ||
D | Python-ast.c | 136 PyObject *__module__; member |