Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_zoneinfo.c184 PyObject *file_obj = NULL; in zoneinfo_new_instance() local
344 PyObject *file_obj = NULL; in zoneinfo_from_file() local
836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data()