MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _get_encoder

Method _get_encoder

tools/python-3.11.9-amd64/Lib/_pyio.py:2235–2238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2233 return length
2234
2235 def _get_encoder(self):
2236 make_encoder = codecs.getincrementalencoder(self._encoding)
2237 self._encoder = make_encoder(self._errors)
2238 return self._encoder
2239
2240 def _get_decoder(self):
2241 make_decoder = codecs.getincrementaldecoder(self._encoding)

Callers 3

_configureMethod · 0.95
writeMethod · 0.95
_reset_encoderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected