Bases: sage.categories.category.Category
The category of function fields.
EXAMPLES:
We create the category of function fields:
sage: C = FunctionFields()
sage: C
Category of function fields
TESTS:
sage: TestSuite(FunctionFields()).run()
Returns the Category of which this is a direct sub-Category For a list off all super caategories see all_super_categories
EXAMPLES:
sage: FunctionFields().super_categories()
[Category of fields]