Attributes¶
This page contains information about attributes of the FroidurePin
class.
- FroidurePin.is_monoid(self: FroidurePin) bool¶
Check if the semigroup is a monoid.
- Parameters
None
- Returns
Trueif the semigroup contains the identity of its element type, andFalseif not.
- FroidurePin.is_finite(self: FroidurePin) tril¶
Check finiteness.
- Returns
A value of type :py:obj:
tril.
- FroidurePin.degree(self: FroidurePin) int¶
Returns the degree of any and all elements.
- Parameters
None
- Returns
An
int.