1 | initial version |
They have different hashes
sage: f._hash_()
115435715
sage: g._hash_()
115435971
2 | No.2 Revision |
They have different hashes
sage: f._hash_()
115435715
sage: g._hash_()
115435971
Also:
sage: f.parent()
Maps from {} to itself
sage: g.parent()
Maps from {} to {}
3 | No.3 Revision |
They have different hashes
sage: f._hash_()
115435715
sage: g._hash_()
115435971
Also:
sage: f.parent()
Maps from {} to itself
sage: g.parent()
Maps from {} to {}
sage: type(f.parent())
<class 'sage.sets.finite_set_maps.FiniteSetEndoMaps_Set_with_category'>
sage: type(g.parent())
<class 'sage.sets.finite_set_maps.FiniteSetMaps_Set_with_category'>