Source code for src.canns.typing

from collections.abc import Sequence

[docs] Iext_type = float
[docs] Iext_pair_type = Sequence[Iext_type] # For 2D coordinates like [x, y] or (x, y)
[docs] time_type = float