Comment 2 for bug 710746

Revision history for this message
obiwan-92 (obiwan-92) wrote : Re: [request] Location.getX() and getY() return Python-float/Java-double (from java.awt.Point) - should return int

Hi !

The methods getX and getY from the class Location still return float in 1.0.0 release.

Example:
l = Location(100, 100)
print l.getX(), l.getY()

Print:
100.0 100.0

Regards.