MCPcopy Create free account
hub / github.com/ActiveState/code / __init__

Method __init__

recipes/Python/577662_ASIO/recipe-577662.py:22–24  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

20class AsyncException(Exception):
21
22 def __init__(self, value):
23 super(AsyncException, self).__init__()
24 self.__value = value
25
26 def __str__(self):
27 return repr(self.__value)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected