torchsig.utils.file_handlers.base_handler.BaseFileHandler

class torchsig.utils.file_handlers.base_handler.BaseFileHandler(root: str)[source]

Bases: object

Methods

exists

load

setup

static_load

teardown

write

__init__(root: str)[source]
__str__() str[source]

Return str(self).

__repr__() str[source]

Return repr(self).