MCPcopy
hub / github.com/pallets/click / __init__

Method __init__

src/click/testing.py:150–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 stderr: BytesIOCopy
149
150 def __init__(self) -> None:
151 self.output = io.BytesIO()
152 self.stdout = BytesIOCopy(copy_to=self.output)
153 self.stderr = BytesIOCopy(copy_to=self.output)
154
155
156class _NamedTextIOWrapper(io.TextIOWrapper):

Callers

nothing calls this directly

Calls 1

BytesIOCopyClass · 0.85

Tested by

no test coverage detected