HomeSort by relevance Sort by last modified time
    Searched refs:QDPoint (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 20 aetypes.QDPoint(50,100),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 20 aetypes.QDPoint(50,100),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 323 class QDPoint:
331 return "QDPoint(%r, %r)" % (self.v, self.h)
341 return isinstance(x, QDPoint)
aepack.py 216 return aetypes.QDPoint(v, h)

Completed in 85 milliseconds