MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / UnknownCommandError

Class UnknownCommandError

example_code/item_076.py:80–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78CORRECT = "Correct"
79
80class UnknownCommandError(Exception):
81 pass
82
83class ServerSession(Connection):
84 def __init__(self, *args):

Callers 2

loopMethod · 0.85
loopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected