Searched defs:file_obj (Results 1 – 5 of 5) sorted by relevance
433 def json_serialize(info, file_obj, version=_CURRENT_SERIALIZATION_VERSION): argument451 def json_deserialize(file_obj): argument
510 NODE_OBJECT_T *file_obj = calloc(sizeof(NODE_OBJECT_T), 1); in dirfiles_all() local
184 PyObject *file_obj = NULL; in zoneinfo_new_instance() local344 PyObject *file_obj = NULL; in zoneinfo_from_file() local836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data()
663 ScopedFILE file_obj = file.Open("rb"); in TEST() local
1155 def register_and_append(file_obj, eventmask): argument