azely.utils module#

exception AzelyError[source]#

Bases: Exception

Azely’s base exception class.

cache(func: TCallable, table: str) TCallable[source]#

Cache a dataclass object in a TOML file.

Parameters:
  • func (TCallable)

  • table (str)

Return type:

TCallable