Data types¶
The following datatypes are used for type hinting.
- pyrigi.data_type.Edge¶
An Edge is an unordered pair of
Vertices
.alias of
set
[Hashable
] |Tuple
[Hashable
,Hashable
] |list
[Hashable
]
- pyrigi.data_type.Coordinate = int | float | str¶
An integer, float or a string interpretable by
sympify()
.
- pyrigi.data_type.Point¶
A Point is a Sequence of Coordinates whose length is the dimension of its affine space.