Searched refs:MultibyteCodec_Type (Results 1 – 3 of 3) sorted by relevance
70 #define MultibyteCodec_Check(op) ((op)->ob_type == &MultibyteCodec_Type)
692 static PyTypeObject MultibyteCodec_Type = { variable1791 self = PyObject_New(MultibyteCodecObject, &MultibyteCodec_Type); in __create_codec()1817 if (PyType_Ready(&MultibyteCodec_Type) < 0) in init_multibytecodec()
2237 Modules/cjkcodecs/multibytecodec.c - MultibyteCodec_Type -