Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dclassobject.c2505 getclassname(PyObject *klass, char *buf, int bufsize) in getclassname() function
2544 getclassname(klass, buf, bufsize); in getinstclassname()
2572 getclassname(klass, clsbuf, sizeof(clsbuf)); in instancemethod_call()