Skip to documentation content
On this page
  1. Contract
  2. Signature

Constructor

Construct `telion_api.ResultTable` with the installed signature `(columns: 'tuple[str, ...]', rows: 'tuple[tuple[Any, ...], ...]', name: 'str' = 'Results') -> None`.

Construct telion_api.ResultTable with the installed signature (columns: 'tuple[str, ...]', rows: 'tuple[tuple[Any, ...], ...]', name: 'str' = 'Results') -> None.

Contract

PropertyValue
symboltelion_api.ResultTable
signature(columns: 'tuple[str, ...]', rows: 'tuple[tuple[Any, ...], ...]', name: 'str' = 'Results') -> None
returntelion_api.ResultTable

Signature

ResultTable(columns: 'tuple[str, ...]', rows: 'tuple[tuple[Any, ...], ...]', name: 'str' = 'Results') -> None