Type aliases
Type aliases#
- lakeview._type_alias.Region#
A region of interest
alias of
Union
[str
,Tuple
[str
,Tuple
[float
,float
]],Tuple
[str
,None
]]
- lakeview._type_alias.Identifier#
Identifier
alias of
Union
[int
,float
,str
,Tuple
[collections.abc.Hashable
, …]]
- lakeview._type_alias.LinkIdentifier#
Link identifier
alias of
Union
[int
,float
,str
,Tuple
[collections.abc.Hashable
, …]]
- lakeview._type_alias.GroupIdentifier#
Group identifier
alias of
Union
[int
,float
,str
,Tuple
[collections.abc.Hashable
, …]]