Home
last modified time | relevance | path

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

/aosp_15_r20/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},
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2616 test_datetime_capi(PyObject *self, PyObject *args) { in test_datetime_capi() function
6425 {"test_datetime_capi", test_datetime_capi, METH_NOARGS},
/aosp_15_r20/external/python/cpython3/Lib/test/
Ddatetimetester.py6237 _testcapi.test_datetime_capi()