Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Ddatetime.c447 test_PyDateTime_DELTA_GET(PyObject *self, PyObject *obj) in test_PyDateTime_DELTA_GET() function
458 {"PyDateTime_DELTA_GET", test_PyDateTime_DELTA_GET, METH_O},
/external/python/cpython3/Lib/test/
Ddatetimetester.py6486 def test_PyDateTime_DELTA_GET(self): member in CapiTest