Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ read
Method
read
src/click/testing.py:51–52 ·
view source on GitHub ↗
(self, n: int = -1)
Source
from the content-addressed store, hash-verified
49
return
rv
50
51
def
read(self, n: int = -1) -> bytes:
52
return
self._echo(self._input.read(n))
53
54
def
read1(self, n: int = -1) -> bytes:
55
return
self._echo(self._input.read1(n))
# type: ignore
Callers
15
edit
Method · 0.80
getchar
Function · 0.80
stop
Method · 0.80
_getchar
Method · 0.80
read1
Method · 0.80
readable
Method · 0.80
_is_binary_reader
Function · 0.80
output
Function · 0.80
test_path_option
Function · 0.80
test_edit
Function · 0.80
test
Function · 0.80
inout
Function · 0.80
Calls
1
_echo
Method · 0.95
Tested by
no test coverage detected