MCPcopy 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
24class 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