Home
last modified time | relevance | path

Searched refs:struct_module (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c88 PyObject* struct_module = PyImport_ImportModule("struct"); in init_struct_unpack() local
89 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()