Searched refs:decoder_type (Results 1 – 1 of 1) sorted by relevance
17 PyTypeObject *decoder_type; member1976 Py_VISIT(state->decoder_type); in _multibytecodec_traverse()1988 Py_CLEAR(state->decoder_type); in _multibytecodec_clear()2021 CREATE_TYPE(mod, state->decoder_type, &decoder_spec); in _multibytecodec_exec()2026 ADD_TYPE(mod, state->decoder_type); in _multibytecodec_exec()