Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Dparts.h41 int _PyTestCapi_Init_Long(PyObject *module);
Dlong.c117 _PyTestCapi_Init_Long(PyObject *mod) in _PyTestCapi_Init_Long() function
/external/python/cpython3/Modules/
D_testcapimodule.c4117 if (_PyTestCapi_Init_Long(m) < 0) { in PyInit__testcapi()