MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / read_very_eager

Method read_very_eager

Lib/telnetlib.py:403–415  ·  view source on GitHub ↗

Read everything that's possible without blocking in I/O (eager). Raise EOFError if connection closed and no cooked data available. Return '' if no cooked data available otherwise. Don't block unless in the midst of an IAC sequence.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

process_rawqMethod · 0.95
sock_availMethod · 0.95
fill_rawqMethod · 0.95
read_very_lazyMethod · 0.95

Tested by

no test coverage detected