Home
last modified time | relevance | path

Searched refs:getinitargs_func (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
DcPickle.c2053 *getinitargs_func = 0, *getstate_func = 0, *class_args = 0; in save_inst() local
2073 if ((getinitargs_func = PyObject_GetAttr(args, __getinitargs___str))) { in save_inst()
2078 PyObject_Call(getinitargs_func, empty_tuple, NULL))) in save_inst()
2184 Py_XDECREF(getinitargs_func); in save_inst()