TypeRow#
- hugr.tys.TypeRow#
Row of types.
Methods
append
Append object to the end of the list.
clear
Remove all items from list.
copy
Return a shallow copy of the list.
count
Return number of occurrences of value.
extend
Extend list by appending elements from the iterable.
index
Return first index of value.
insert
Insert object before index.
pop
Remove and return item at index (default last).
remove
Remove first occurrence of value.
reverse
Reverse IN PLACE.
sort
Sort the list in ascending order and return None.