Check if a table or key exists.
(table, key=None)
| 484 | |
| 485 | |
| 486 | def exists(table, key=None): |
| 487 | class="st">""class="st">"Check if a table or key exists."class="st">"" |
| 488 | return _get_client().exists(table, key) |
| 489 | |
| 490 | |
| 491 | def delete_table(table): |
nothing calls this directly
no test coverage detected