Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
CORRECT =
"Correct"
79
80
class
UnknownCommandError(Exception):
81
pass
82
83
class
ServerSession(Connection):
84
def
__init__(self, *args):
Callers
2
loop
Method · 0.85
loop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected