Searched refs:multibytecodec_type (Results 1 – 2 of 2) sorted by relevance
68 #define MultibyteCodec_Check(state, op) Py_IS_TYPE((op), state->multibytecodec_type)
20 PyTypeObject *multibytecodec_type; member1961 self = PyObject_GC_New(MultibyteCodecObject, state->multibytecodec_type); in _multibytecodec___create_codec()1974 Py_VISIT(state->multibytecodec_type); in _multibytecodec_traverse()1986 Py_CLEAR(state->multibytecodec_type); in _multibytecodec_clear()2019 CREATE_TYPE(mod, state->multibytecodec_type, &multibytecodec_spec); in _multibytecodec_exec()