Home
last modified time | relevance | path

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

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