Searched refs:_codecs (Results 1 – 12 of 12) sorted by relevance
258 CCodecs *_codecs; variable261 CReleaser(): _codecs(NULL) {} in CReleaser()262 void Set(CCodecs *codecs) { _codecs = codecs; } in Set()263 ~CReleaser() { if (_codecs) _codecs->CloseLibs(); } in ~CReleaser()
51 _codecs = [] variable in StructureCoder55 cls._codecs.append(x)59 return [(c.can_encode, c.do_encode) for c in cls._codecs]63 return [(c.can_decode, c.do_decode) for c in cls._codecs]
86 @.^.Lib._codecs/pyd\310 @.^.Lib._codecs/pyd: @.^.Modules.o._codecsmodule s.linktab311 $(MAKEDLK) -d @.^.Lib._codecs/pyd -s s.linktab -o @.^.Modules.o._codecsmodule -e init_codecs
15 from _codecs import *
16 from _codecs import *
112 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
120 _codecs _codecsmodule.c # access to the builtin codecs and codec registry
2855 from _codecs import _forget_codec
546 _codecs, _locale, _socket, _symtable, _testcapi, _weakref
3537 With the assistance of a new internal _codecs._forget_codec helping
1750 - Issue #22166: With the assistance of a new internal _codecs._forget_codec22402 - The _codecs support module for codecs.py was turned into a built-in
5018 - The _codecs support module for codecs.py was turned into a built-in