Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3412 string_isdigit(PyStringObject *self) in string_isdigit() function
3647 {"isdigit", (PyCFunction)string_isdigit, METH_NOARGS, isdigit__doc__},