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

Function _extract_text_encoding

tools/python-3.11.9-amd64/Lib/zipfile.py:2325–2327  ·  view source on GitHub ↗
(encoding=None, *args, **kwargs)

Source from the content-addressed store, hash-verified

2323
2324
2325def _extract_text_encoding(encoding=None, *args, **kwargs):
2326 # stacklevel=3 so that the caller of the caller see any warning.
2327 return io.text_encoding(encoding, 3), args, kwargs
2328
2329
2330class Path:

Callers 2

openMethod · 0.85
read_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected