Pointed sets#

class sage.categories.pointed_sets.PointedSets[source]#

Bases: Category_singleton

The category of pointed sets.

EXAMPLES:

sage: PointedSets()
Category of pointed sets
>>> from sage.all import *
>>> PointedSets()
Category of pointed sets
super_categories()[source]#

EXAMPLES:

sage: PointedSets().super_categories()
[Category of sets]
>>> from sage.all import *
>>> PointedSets().super_categories()
[Category of sets]