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.
2 parents ce9db0f + ed5b3f5 commit ba1c739Copy full SHA for ba1c739
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):
+ def __getattr__(self, attrname) -> MagmaFunction:
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