Searched defs:__module__ (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/Lib/re/ | ||
| D | _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 | 153 PyObject *__module__; member |
| /external/python/cpython3/Lib/test/ | ||
| D | test_types.py | 1003 def __module__(self): member in UnionTests.test_or_type_operator_with_bad_module.BadMeta |
| D | test_inspect.py | 622 def __module__(cls): member in TestRetrievingSourceCode.test_getfile_class_without_module.CM |