def _call_fut(self, table_name, row): from google.cloud.bigtable.table import _check_row_table_name return _check_row_table_name(table_name, row)