Get information about a table.
(table)
| 474 | |
| 475 | |
| 476 | def info(table): |
| 477 | class="st">""class="st">"Get information about a table."class="st">"" |
| 478 | return _get_client().info(table) |
| 479 | |
| 480 | |
| 481 | def ensure(table): |
nothing calls this directly
no test coverage detected