Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Comment that getattr_from_other_class is cached
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Jun 21, 2016
1 parent 8a4f48d commit 88d9757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/structure/parent.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,8 @@ cdef class Parent(category_object.CategoryObject):
``self`` being an instance of both ``Parent`` and
``cat.parent_class``, in that order, for attribute lookup.
This attribute lookup is cached for speed.
EXAMPLES:
We test that ZZ (an extension type) inherits the methods from
Expand Down

0 comments on commit 88d9757

Please sign in to comment.