Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c2661 test_PyDateTime_DATE_GET(PyObject *self, PyObject *obj) in test_PyDateTime_DATE_GET() function
5323 {"PyDateTime_DATE_GET", test_PyDateTime_DATE_GET, METH_O},
/external/python/cpython3/Lib/test/
Ddatetimetester.py6013 def test_PyDateTime_DATE_GET(self): member in CapiTest