Home | History | Annotate | Download | only in Modules

Lines Matching refs:structmodule

11 static PyObject *structmodule = NULL;
581 unpack_from = PyObject_GetAttrString(structmodule, "unpack_from");
2846 structmodule = PyImport_ImportModule("struct");
2847 if (structmodule == NULL)
2850 Struct = PyObject_GetAttrString(structmodule, "Struct");
2851 calcsize = PyObject_GetAttrString(structmodule, "calcsize");