traveler.core.stored.StoredTable.validate#

StoredTable.validate(verbose=0, sources=(), *, missing_fields='raise')[source]#

Validate the table and index array.

Raises:

ValidationError – If validation fails.

Parameters:
  • verbose (int)

  • sources (Collection[str])

  • missing_fields (Literal['raise', 'warn', 'ignore'])

Return type:

None