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 ba1c739 commit dffb273Copy full SHA for dffb273
src/sage/interfaces/magma.py
@@ -463,7 +463,7 @@ def _post_process_from_file(self, s) -> str:
463
return ''
464
return s[i + 1:]
465
466
- def __getattr__(self, attrname) -> MagmaFunction:
+ def __getattr__(self, attrname):
467
"""
468
Return a formal wrapper around a Magma function, or raise an
469
:exc:`AttributeError` if attrname starts with an underscore.
0 commit comments