MCPcopy
hub / github.com/qtile/qtile / __init__

Method __init__

libqtile/layout/slice.py:108–112  ·  view source on GitHub ↗
(self, **config)

Source from the content-addressed store, hash-verified

106 fallback: Layout
107
108 def __init__(self, **config):
109 self.layouts = {}
110 Layout.__init__(self, **config)
111 self.add_defaults(Slice.defaults)
112 self._slice = Single()
113
114 def clone(self, group: _Group) -> Self:
115 res = Layout.clone(self, group)

Callers 1

__init__Method · 0.45

Calls 2

SingleClass · 0.85
add_defaultsMethod · 0.80

Tested by

no test coverage detected