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

Commit

Permalink
10668: super_structure_categories -> all_structure_super_categories
Browse files Browse the repository at this point in the history
  • Loading branch information
nthiery committed Jul 5, 2014
1 parent 442161e commit 838bb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/categories/homsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def category_of(cls, category, *args):
elif category.full_super_categories():
return cls.default_super_categories(category, *args)
else:
return HomsetsOf(Category.join(category.super_structure_categories()))
return HomsetsOf(Category.join(category.all_structure_super_categories()))

@classmethod
def default_super_categories(cls, category):
Expand Down Expand Up @@ -109,7 +109,7 @@ def _test_homsets_category(self, **options):
#from sage.categories.objects import Objects
#from sage.categories.sets_cat import Sets
tester = self._tester(**options)
tester.assert_(self.is_subcategory(Category.join(self.base_category().super_structure_categories()).Homsets()))
tester.assert_(self.is_subcategory(Category.join(self.base_category().all_structure_super_categories()).Homsets()))

@cached_method
def base(self):
Expand Down

0 comments on commit 838bb3f

Please sign in to comment.