Bases: sage.categories.category.Category
The category of -sets, for a group .
EXAMPLES:
sage: S = SymmetricGroup(3)
sage: GSets(S)
Category of G-sets for SymmetricGroup(3)
TODO: should this derive from Category_over_base?
Returns an instance of this class.
EXAMPLES:
sage: GSets.an_instance() # indirect doctest
Category of G-sets for SymmetricGroup(8)
EXAMPLES:
sage: GSets(SymmetricGroup(8)).super_categories()
[Category of sets]