class
TableContents
- Reference
Classes
- class Row
Methods
- def append_row(self, new_values: typing.List[str]) -> None
- def column(self, n: int) -> Column
- def erase(self, /) -> None
- def find_column(self, tag: str) -> Column
- def find_row(self, arg0: str, /) -> Row
- def get_prefix(self, /) -> str
- def has_column(self, arg0: int, /) -> bool
- def width(self, /) -> int
Special methods
Properties
- loop: Loop get
- prefix_length: int get