Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sammchardy/python-binance
/ __init__
Method
__init__
binance/exceptions.py:89–91 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
87
88
class
NotImplementedException(Exception):
89
def
__init__(self, value):
90
message = f
"Not implemented: {value}"
91
super().__init__(message)
92
93
94
class
UnknownDateFormat(Exception):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected