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

Method remove_child

remi/gui.py:1786–1789  ·  view source on GitHub ↗
(self, child)

Source from the content-addressed store, hash-verified

1784 return key
1785
1786 def remove_child(self, child):
1787 if 'grid-area' in child.style.keys():
1788 del child.style['grid-area']
1789 super(GridBox, self).remove_child(child)
1790
1791 def set_column_sizes(self, values):
1792 """Sets the size value for each column

Callers

nothing calls this directly

Calls 1

remove_childMethod · 0.45

Tested by

no test coverage detected