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

Method __init__

tools/python-3.11.9-amd64/Lib/_pyio.py:1427–1430  ·  view source on GitHub ↗
(self, raw, buffer_size=DEFAULT_BUFFER_SIZE)

Source from the content-addressed store, hash-verified

1425 """
1426
1427 def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE):
1428 raw._checkSeekable()
1429 BufferedReader.__init__(self, raw, buffer_size)
1430 BufferedWriter.__init__(self, raw, buffer_size)
1431
1432 def seek(self, pos, whence=0):
1433 if whence not in valid_seek_flags:

Callers

nothing calls this directly

Calls 2

_checkSeekableMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected