Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dctype.h37 stringlib_isupper(PyObject *self) in stringlib_isupper() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2854 {"isupper", (PyCFunction)stringlib_isupper, METH_NOARGS,