Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c130 static PyObject *__class___str, *__getinitargs___str, *__dict___str, variable
2065 if (!( class = PyObject_GetAttr(args, __class___str))) in save_inst()
2501 ob_dot_class = PyObject_GetAttr(ob, __class___str); in save_reduce()