MCPcopy Index your code
hub / github.com/fastapi/typer / flush

Method flush

typer/testing.py:36–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self.copy_to = copy_to
35
36 def flush(self) -> None:
37 super().flush()
38 self.copy_to.flush()
39
40 def write(self, b: "ReadableBuffer") -> int:
41 self.copy_to.write(b)

Callers 4

visible_inputMethod · 0.45
hidden_inputMethod · 0.45
_getcharMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected