knots.path.Pt#
- class knots.path.Pt(x, y)#
Bases:
tuplenamedtuple for (x, y) coordinates.
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
- x#
Alias for field number 0
- y#
Alias for field number 1