traveler.AbstractStore.get_table_type#

classmethod AbstractStore.get_table_type(table_name)[source]#

Get the table type registered under a name.

Parameters:

table_name (str) – Name of the stored table.

Returns:

Registered table type, or None when the name is not registered.

Return type:

type or None