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.
1 parent d04c13a commit 867ece7Copy full SHA for 867ece7
src/sage/rings/integer.pyx
@@ -7476,7 +7476,7 @@ cdef class int_to_Z(Morphism):
7476
from sage.sets.pythonclass import Set_PythonType
7477
Morphism.__init__(self, sage.categories.homset.Hom(Set_PythonType(int), integer_ring.ZZ))
7478
7479
- cpdef Element _call_(self, a):
+ cpdef Element _call_(self, a) noexcept:
7480
"""
7481
Return a new integer with the same value as ``a``.
7482
0 commit comments