Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ __init__
Method
__init__
src/ext/pynetworkmanager/NetworkManager.py:30–32 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
28
29
class
ObjectVanished(Exception):
30
def
__init__(self, obj):
31
self.obj = obj
32
super(ObjectVanished, self).__init__(obj.object_path)
33
34
class
SignalDispatcher(object):
35
def
__init__(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected