Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ __init__
Method
__init__
editor/editor_widgets.py:25–26 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
23
24
class
InstancesTree(gui.TreeView):
25
def
__init__(self, **kwargs):
26
super(InstancesTree, self).__init__(**kwargs)
27
28
def
append_instance(self, instance, parent):
29
item = gui.TreeItem(instance.variable_name)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected