Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2996 test_PyDateTime_TIME_GET(PyObject *self, PyObject *obj) in test_PyDateTime_TIME_GET() function
6444 {"PyDateTime_TIME_GET", test_PyDateTime_TIME_GET, METH_O},
/aosp_15_r20/external/python/cpython3/Lib/test/
Ddatetimetester.py6319 def test_PyDateTime_TIME_GET(self): member in CapiTest