• Robert Bradshaw's avatar
    type narrowing for cdef methods · cbd2a528
    Robert Bradshaw authored
    Now if you inherit cdef methods from another class, you may re-declare the
    arguments and return variables to be sub-types of the original declared type.
    This will be especially convenient for the SAGE arithmetic architecture.
    Type-checking is performed if necessary.
    cbd2a528
Symtab.py 46.9 KB