First time here? Check out the FAQ!
answered 3 years ago
Indeed the point P has no such method.
P
But its coordinates do.
Construct a new point whose coordinates are obtained from those of P by applying the frobenius to them:
sage: Q = TestCurve([a.frobenius() for a in P]) sage: Q (2*x + 5 : x + 6 : 1)