We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flint_scalar._any_as_self
1 parent 3989b50 commit f15b55aCopy full SHA for f15b55a
src/flint/flint_base/flint_base.pyx
@@ -38,7 +38,7 @@ cdef class flint_scalar(flint_elem):
38
def is_zero(self):
39
return False
40
41
- def _any_as_self(self):
+ def _any_as_self(self, other):
42
return NotImplemented
43
44
def _neg_(self):
0 commit comments