Searched refs:struct_module (Results 1 – 1 of 1) sorted by relevance
88 PyObject* struct_module = PyImport_ImportModule("struct"); in init_struct_unpack() local89 if (struct_module == NULL) { in init_struct_unpack()92 struct_error = PyObject_GetAttrString(struct_module, "error"); in init_struct_unpack()96 struct_unpack_method = PyObject_GetAttrString(struct_module, "unpack"); in init_struct_unpack()