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

Method __init__

remi/gui.py:1738–1740  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1736 def css_grid_gap(self): del self.style['grid-gap']
1737
1738 def __init__(self, *args, **kwargs):
1739 super(GridBox, self).__init__(*args, **kwargs)
1740 self.style.update({'display': 'grid'})
1741
1742 def define_grid(self, matrix):
1743 """Populates the Table with a list of tuples of strings.

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
updateMethod · 0.45

Tested by

no test coverage detected