Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_testcapimodule.c2795 test_PyDateTime_GET(PyObject *self, PyObject *obj) in test_PyDateTime_GET() function
5646 {"PyDateTime_GET", test_PyDateTime_GET, METH_O},
/third_party/python/Lib/test/
Ddatetimetester.py5978 def test_PyDateTime_GET(self): member in CapiTest