Home
last modified time | relevance | path

Searched refs:class_args (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
2077 if (!( class_args = in save_inst()
2081 if ((len = PyObject_Size(class_args)) < 0) in save_inst()
2085 if (!( element = PySequence_GetItem(class_args, i))) in save_inst()
2186 Py_XDECREF(class_args); in save_inst()