Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dclassobject.c2525 getinstclassname(PyObject *inst, char *buf, int bufsize) in getinstclassname() function
2571 getinstclassname(self, instbuf, sizeof(instbuf)); in instancemethod_call()