Point.init_

graphene.point.Point init_(float x, float y)

Initializes p to the given x and y coordinates.

It's safe to call this function multiple times.

Parameters

xthe X coordinate
ythe Y coordinate

Returns

the initialized point