PointedSets

class sage.categories.pointed_sets.PointedSets(s=None)

Bases: sage.categories.category.Category

The category of pointed sets.

EXAMPLES:

sage: PointedSets()
Category of pointed sets

TESTS:

sage: TestSuite(PointedSets()).run()
super_categories(*args, **kwds)

EXAMPLES:

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

Previous topic

PartiallyOrderedSets

Next topic

PrincipalIdealDomains

This Page