MCPcopy Create free account
hub / github.com/sammchardy/python-binance / ReadLoopClosed

Class ReadLoopClosed

binance/exceptions.py:84–86  ·  view source on GitHub ↗

Raised when trying to read from read loop but already closed

Source from the content-addressed store, hash-verified

82 pass
83
84class ReadLoopClosed(Exception):
85 """Raised when trying to read from read loop but already closed"""
86 pass
87
88class NotImplementedException(Exception):
89 def __init__(self, value):

Callers 1

recvMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…