Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Ddatetime.c9 test_datetime_capi(PyObject *self, PyObject *args) in test_datetime_capi() function
477 {"test_datetime_capi", test_datetime_capi, METH_NOARGS},
498 if (test_datetime_capi(NULL, NULL) == NULL) { in _testcapi_datetime_exec()
/external/python/cpython3/Lib/test/
Ddatetimetester.py6451 _testcapi.test_datetime_capi()