MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

service/esiAccess.py:42–46  ·  view source on GitHub ↗
(self, url, code, json_response)

Source from the content-addressed store, hash-verified

40 """ Exception for API related errors """
41
42 def __init__(self, url, code, json_response):
43 self.url = url
44 self.status_code = code
45 self.response = json_response
46 super(APIException, self).__init__(str(self))
47
48
49 def __str__(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected