mitk.mxn.layout.Group#

class mitk.mxn.layout.Group(name, select_all=True)#

Bases: object

Synchronization group: a named entry holding shared state for cells that link to it. v2.0 carries one property (select_all); v3.0 will add further per-group properties additively as defaulted fields.

Parameters:
__init__(name, select_all=True)#
Parameters:
Return type:

None

Methods

__init__(name[, select_all])

Attributes

__eq__(other)#

Return self==value.

name: str#
select_all: bool = True#