Searched refs:sp_handle_object (Results 1 – 1 of 1) sorted by relevance
54 } sp_handle_object; typedef61 sp_handle_object* self; in sp_handle_new()63 self = PyObject_NEW(sp_handle_object, &sp_handle_type); in sp_handle_new()81 sp_handle_detach(sp_handle_object* self, PyObject* args) in sp_handle_detach()97 sp_handle_close(sp_handle_object* self, PyObject* args) in sp_handle_close()111 sp_handle_dealloc(sp_handle_object* self) in sp_handle_dealloc()125 sp_handle_getattr(sp_handle_object* self, char* name) in sp_handle_getattr()131 sp_handle_as_int(sp_handle_object* self) in sp_handle_as_int()141 "_subprocess_handle", sizeof(sp_handle_object), 0,309 sp_handle_object* value; in gethandle()[all …]