MCPcopy Index your code
hub / github.com/rawpython/remi / add_nested_row

Method add_nested_row

examples/examples_from_contributors/remi_ext.py:66–68  ·  view source on GitHub ↗
(self, r)

Source from the content-addressed store, hash-verified

64 self.onclick.connect(self.clicked)
65
66 def add_nested_row(self, r):
67 self.nested_rows.append(r)
68 r.style['display'] = 'table-row'
69
70 def clicked(self, emitter):
71 r = None

Callers 1

append_rowMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected