Home
last modified time | relevance | path

Searched refs:getinitargs (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Ddatetime.py1276 getinitargs = getattr(self, "__getinitargs__", None)
1277 if getinitargs:
1278 args = getinitargs()
/third_party/python/Modules/
H A D_datetimemodule.c3815 PyObject *getinitargs; in tzinfo_reduce() local
3818 if (_PyObject_LookupAttrId(self, &PyId___getinitargs__, &getinitargs) < 0) { in tzinfo_reduce()
3821 if (getinitargs != NULL) { in tzinfo_reduce()
3822 args = PyObject_CallNoArgs(getinitargs); in tzinfo_reduce()
3823 Py_DECREF(getinitargs); in tzinfo_reduce()

Completed in 13 milliseconds