Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dctype.h32 stringlib_isdigit(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isdigit() function
/third_party/python/Objects/
Dbytearrayobject.c2246 {"isdigit", stringlib_isdigit, METH_NOARGS,
Dbytesobject.c2497 {"isdigit", stringlib_isdigit, METH_NOARGS,