Home
last modified time | relevance | path

Searched defs:__module__ (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/re/
D_constants.py35 __module__ = 're' variable in error
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py216 __module__ = _call_location(outer=True) variable in deprecated_alias._NewClass
/external/python/cpython3/Lib/zoneinfo/
D_zoneinfo.py34 __module__ = "zoneinfo" variable in ZoneInfo
/external/python/cpython3/Include/internal/
Dpycore_ast_state.h153 PyObject *__module__; member
/external/python/cpython3/Lib/test/
Dtest_types.py1003 def __module__(self): member in UnionTests.test_or_type_operator_with_bad_module.BadMeta
Dtest_inspect.py622 def __module__(cls): member in TestRetrievingSourceCode.test_getfile_class_without_module.CM