MCPcopy 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
50print("Example 1")
51class EOFError(Exception):
52 pass
53
54class Connection:
55 def __init__(self, connection):

Callers 2

receiveMethod · 0.85
receiveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected