mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Default cell formatter DataTable docstring update
This commit is contained in:
@@ -89,7 +89,8 @@ class CellKey(NamedTuple):
|
||||
|
||||
|
||||
def default_cell_formatter(obj: object) -> RenderableType:
|
||||
"""Format a cell in to a renderable.
|
||||
"""Given an object stored in a DataTable cell, return a Rich
|
||||
renderable type which displays that object.
|
||||
|
||||
Args:
|
||||
obj: Data for a cell.
|
||||
|
||||
Reference in New Issue
Block a user