Ensure a table exists.
(table)
| 479 | |
| 480 | |
| 481 | def ensure(table): |
| 482 | class="st">""class="st">"Ensure a table exists."class="st">"" |
| 483 | _get_client().ensure(table) |
| 484 | |
| 485 | |
| 486 | def exists(table, key=None): |
nothing calls this directly
no test coverage detected