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

Method __init__

test/layouts/test_base.py:15–17  ·  view source on GitHub ↗
(self, **config)

Source from the content-addressed store, hash-verified

13 ]
14
15 def __init__(self, **config):
16 _SimpleLayoutBase.__init__(self, **config)
17 self.add_defaults(DummyLayout.defaults)
18
19 def add_client(self, client):
20 return super().add_client(

Callers

nothing calls this directly

Calls 1

add_defaultsMethod · 0.80

Tested by

no test coverage detected