(self, **config)
| 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( |
nothing calls this directly
no test coverage detected