Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ __init__
Method
__init__
src/octoprint/util/avr_isp/ispBase.py:32–33 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
30
31
class
IspError():
32
def
__init__(self, value):
33
self.value = value
34
def
__str__(self):
35
return
repr(self.value)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected