Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ EOFError
Class
EOFError
example_code/item_076.py:51–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
print(
"Example 1"
)
51
class
EOFError(Exception):
52
pass
53
54
class
Connection:
55
def
__init__(self, connection):
Callers
2
receive
Method · 0.85
receive
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected