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

Method expect

Lib/telnetlib.py:627–652  ·  view source on GitHub ↗

Read until one from a list of a regular expressions matches. The first argument is a list of regular expressions, either compiled (re.RegexObject instances) or uncompiled (strings). The optional second argument is a timeout, in seconds; default is no timeout.

(self, list, 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

_expect_with_pollMethod · 0.95
_expect_with_selectMethod · 0.95

Tested by

no test coverage detected