Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testlimitedcapi/
Dlong.c566 pylong_fromstring(PyObject *module, PyObject *args) in pylong_fromstring() function
772 {"pylong_fromstring", pylong_fromstring, METH_VARARGS},
/external/python/cpython3/Lib/test/test_capi/
Dtest_long.py107 fromstring = _testlimitedcapi.pylong_fromstring