Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 8, 2024
1 parent 81dae48 commit aedb3e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/textual/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -3110,6 +3110,9 @@ def _get_rich_justify(self) -> JustifyMethod | None:
def post_render(self, renderable: RenderableType) -> ConsoleRenderable:
"""Applies style attributes to the default renderable.
This method is called by Textual itself.
It is unlikely you will need to call or implement this method.
Returns:
A new renderable.
"""
Expand Down

0 comments on commit aedb3e0

Please sign in to comment.