Pass by Reference

# assuming graph is a TGraph
 
from ROOT import Double
x = Double(0)
y = Double(0)
graph.GetPoint(1, x, y)