MCPcopy Index your code
hub / github.com/python/cpython / found_terminator

Method found_terminator

Lib/test/support/asynchat.py:99–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 return d
98
99 def found_terminator(self):
100 raise NotImplementedError("must be implemented in subclass")
101
102 def set_terminator(self, term):
103 """Set the input delimiter.

Callers 1

handle_readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected