MCPcopy 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
88class NotImplementedException(Exception):
89 def __init__(self, value):
90 message = f"Not implemented: {value}"
91 super().__init__(message)
92
93
94class UnknownDateFormat(Exception):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected