Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsre_constants.py35 __module__ = 're' variable in error
/third_party/python/Lib/zoneinfo/
D_zoneinfo.py34 __module__ = "zoneinfo" variable in ZoneInfo
/third_party/python/Lib/test/
Dtest_inspect.py537 def __module__(cls): member in TestRetrievingSourceCode.test_getfile_class_without_module.CM
/third_party/python/Python/
DPython-ast.c136 PyObject *__module__; member