Home
last modified time | relevance | path

Searched defs:__module__ (Results 1 – 5 of 5) 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/Include/internal/
Dpycore_ast_state.h150 PyObject *__module__; member
/third_party/python/Lib/test/
Dtest_types.py922 def __module__(self): member in UnionTests.test_or_type_operator_with_bad_module.BadMeta
Dtest_inspect.py551 def __module__(cls): member in TestRetrievingSourceCode.test_getfile_class_without_module.CM