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 eaffa99 commit e02e213Copy full SHA for e02e213
src/sage/structure/element.pyx
@@ -2331,7 +2331,7 @@ cdef class ElementWithCachedMethod(Element):
2331
....: cdef class MyParent(Parent):
2332
....: Element = MyElement
2333
....: from sage.misc.cachefunc import cached_method
2334
- ....: from sage.misc.cachefunc import cached_in_parent_method
+ ....: from sage.misc.lazy_attribute import lazy_attribute
2335
....: from sage.categories.category import Category
2336
....: from sage.categories.objects import Objects
2337
....: class MyCategory(Category):
0 commit comments