MCPcopy Index your code
hub / github.com/python/cpython / _default_chunk_size

Function _default_chunk_size

Lib/test/test_io/test_textio.py:22–25  ·  view source on GitHub ↗

Get the default TextIOWrapper chunk size

()

Source from the content-addressed store, hash-verified

20
21
22def _default_chunk_size():
23 """Get the default TextIOWrapper chunk size"""
24 with open(__file__, "r", encoding="latin-1") as f:
25 return f._CHUNK_SIZE
26
27
28class BadIndex:

Callers 1

test_seekingMethod · 0.85

Calls 1

openFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…