Skip to content

webknossos.utils

Classes:

LazyReadOnlyDict

LazyReadOnlyDict(entries: Dict[K, C], func: Callable[[C], V])

Bases: Mapping[K, V]

Attributes:

entries instance-attribute

entries = entries

func instance-attribute

func = func

NDArrayLike

Bases: Protocol

Attributes:

dtype property

dtype: dtype

ndim property

ndim: int

shape property

shape: Tuple[int, ...]