lots of docstrings

This commit is contained in:
Will McGugan
2022-08-25 09:08:35 +01:00
parent cc4427a4bd
commit b22436933a
27 changed files with 407 additions and 147 deletions

View File

@@ -268,7 +268,7 @@ async def test_scrollbar_gutter(
text_widget = TextWidget()
text_widget.styles.height = "auto"
container.add_child(text_widget)
container._add_child(text_widget)
class MyTestApp(AppTest):
def compose(self) -> ComposeResult: