Pointed sets#

class sage.categories.pointed_sets.PointedSets#

Bases: Category_singleton

The category of pointed sets.

EXAMPLES:

sage: PointedSets()
Category of pointed sets
super_categories()#

EXAMPLES:

sage: PointedSets().super_categories()
[Category of sets]