Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/sage/structure/misc.pxd
8814 views
# A class that allows for a more efficient creation
# of attribute errors, so that raising them requires
# less time.
cdef class AttributeErrorMessage:
    cdef public cls
    cdef public name