Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dabstract.c1468 int_from_string(const char *s, Py_ssize_t len) function
1658 return int_from_string(PyString_AS_STRING(o),
1673 result = int_from_string(PyString_AS_STRING(str), buffer_len);