Searched refs:__getinitargs__ (Results 1 – 7 of 7) sorted by relevance
127 args = x.__getinitargs__()287 args = x.__getinitargs__()
698 args = obj.__getinitargs__()
127 def __getinitargs__(self): member in TestCopy.test_copy_inst_getinitargs.C347 def __getinitargs__(self): member in TestCopy.test_deepcopy_inst_getinitargs.C
118 def __getinitargs__(self): member in initarg
3878 PyObject *__getinitargs__; in Instance_New() local3880 __getinitargs__ = PyObject_GetAttr(cls, in Instance_New()3882 if (!__getinitargs__) { in Instance_New()3892 Py_DECREF(__getinitargs__); in Instance_New()5874 INIT_STR(__getinitargs__); in init_stuff()
3843 PyObject *__getinitargs__; in Instance_New() local3845 __getinitargs__ = PyObject_GetAttr(cls, in Instance_New()3847 if (!__getinitargs__) { in Instance_New()3857 Py_DECREF(__getinitargs__); in Instance_New()5839 INIT_STR(__getinitargs__); in init_stuff()