Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_zoneinfo.c2660 PyObject *_tzpath_module = PyImport_ImportModule("zoneinfo._tzpath"); in zoneinfomodule_exec() local
2661 if (_tzpath_module == NULL) { in zoneinfomodule_exec()
2666 PyObject_GetAttrString(_tzpath_module, "find_tzfile"); in zoneinfomodule_exec()
2667 Py_DECREF(_tzpath_module); in zoneinfomodule_exec()

Completed in 4 milliseconds