gigl.common.utils.func_tools#

Attributes#

RT

Functions#

lru_cache(…)

Module Contents#

gigl.common.utils.func_tools.lru_cache(maxsize: Callable[Ellipsis, RT], typed: bool = False) Callable[Ellipsis, RT][source]#
gigl.common.utils.func_tools.lru_cache(maxsize: int | None, typed: bool = False) Callable[[RT], RT]
gigl.common.utils.func_tools.lru_cache(maxsize: Callable[Ellipsis, RT] | int | None, typed: bool = False) Callable[Ellipsis, RT] | Callable[[RT], RT]
gigl.common.utils.func_tools.RT[source]#