Home | History | Annotate | Download | only in Objects

Lines Matching refs:structmodule

1921     PyObject *structmodule;     /* XXX cache these two */
1927 structmodule = PyImport_ImportModule("struct");
1928 if (structmodule == NULL)
1931 Struct = PyObject_GetAttrString(structmodule, "Struct");
1932 Py_DECREF(structmodule);