data_base
❭ IO
❭ LoaderDumper
❭ cell
❭ check
check¶
- data_base.IO.LoaderDumper.cell.check(obj)¶
Checks whether obj can be saved with this dumper
- Parameters:¶
obj (object) – Object to be saved
- Returns:¶
Whether the object is a
single_cell_parser.cell.Cell
object- Return type:¶
bool