Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_zoneinfo.c17 static PyObject *_tzpath_find_tzfile = NULL; variable
187 file_path = PyObject_CallFunctionObjArgs(_tzpath_find_tzfile, key, NULL); in zoneinfo_new_instance()
2617 Py_XDECREF(_tzpath_find_tzfile); in module_free()
2618 _tzpath_find_tzfile = NULL; in module_free()
2665 _tzpath_find_tzfile = in zoneinfomodule_exec()
2668 if (_tzpath_find_tzfile == NULL) { in zoneinfomodule_exec()

Completed in 3 milliseconds