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

Method read_until

Lib/telnetlib.py:284–295  ·  view source on GitHub ↗

Read until a given string is encountered or until timeout. When no match is found, return whatever is available instead, possibly the empty string. Raise EOFError if the connection is closed and no cooked data is available.

(self, match, timeout=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_read_until_with_pollMethod · 0.95

Tested by

no test coverage detected