MCPcopy Create free account
hub / github.com/PyTables/PyTables / _checkfilters

Function _checkfilters

tables/file.py:174–179  ·  view source on GitHub ↗
(filters: Filters)

Source from the content-addressed store, hash-verified

172
173
174def _checkfilters(filters: Filters) -> None:
175 if not (filters is None or isinstance(filters, Filters)):
176 raise TypeError(
177 f"filter parameter has to be None or a Filter "
178 f"instance and the passed type is: '{type(filters)}'"
179 )
180
181
182def copy_file(

Callers 6

__init__Method · 0.85
create_groupMethod · 0.85
create_tableMethod · 0.85
create_carrayMethod · 0.85
create_earrayMethod · 0.85
create_vlarrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected