Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/re/
D_constants.py35 __module__ = 're' variable in PatternError
/external/pytorch/test/
Dtest_cpp_extensions_open_device_registration.py437 def __module__(self): member in TestCppExtensionOpenRgistration.test_open_device_storage_type.CustomFloatStorage
/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/pytorch/torch/
D_tensor.py1601 __module__ = "torch" variable in Tensor
/external/python/cpython3/Include/internal/
Dpycore_ast_state.h159 PyObject *__module__; member
/external/python/cpython3/Lib/test/
Dtest_types.py1037 def __module__(self): member in UnionTests.test_or_type_operator_with_bad_module.BadMeta
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py780 def __module__(cls): member in TestRetrievingSourceCode.test_getfile_class_without_module.CM