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

@@ -21,7 +21,7 @@ def test_nodes_take_display_property_into_account_when_they_display_their_childr
screen = Screen()
screen.styles.layout = layout
screen.add_child(widget)
screen._add_child(widget)
displayed_children = screen.displayed_children
assert isinstance(displayed_children, list)