Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c1928 test_datetime_capi(PyObject *self, PyObject *args) { in test_datetime_capi() function
2674 {"test_datetime_capi", test_datetime_capi, METH_NOARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c2209 test_datetime_capi(PyObject *self, PyObject *args) { in test_datetime_capi() function
4585 {"test_datetime_capi", test_datetime_capi, METH_NOARGS},
/external/python/cpython3/Lib/test/
Ddatetimetester.py5689 _testcapi.test_datetime_capi()