Searched refs:__getinitargs__ (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Include/internal/ | ||
H A D | pycore_global_strings.h | 108 STRUCT_FOR_ID(__getinitargs__) |
H A D | pycore_runtime_init.h | 731 INIT_ID(__getinitargs__), \ |
/third_party/python/Lib/test/ | ||
H A D | test_copy.py | 188 def __getinitargs__(self): member in TestCopy.test_copy_inst_getinitargs.C 484 def __getinitargs__(self): member in TestCopy.test_deepcopy_inst_getinitargs.C |
H A D | pickletester.py | 144 def __getinitargs__(self): member in E 178 def __getinitargs__(self): member in initarg |
/third_party/python/Lib/ | ||
H A D | datetime.py | 1276 getinitargs = getattr(self, "__getinitargs__", None) 2324 def __getinitargs__(self): member in timezone |
/third_party/python/Modules/ | ||
H A D | _datetimemodule.c | 3816 _Py_IDENTIFIER(__getinitargs__); in tzinfo_reduce() 4092 {"__getinitargs__", (PyCFunction)timezone_getinitargs, METH_NOARGS, |
Completed in 23 milliseconds