Home
last modified time | relevance | path

Searched defs:file_obj (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_zoneinfo.c179 PyObject *file_obj = NULL; in zoneinfo_new_instance() local
339 PyObject *file_obj = NULL; in zoneinfo_from_file() local
837 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data()