Home
last modified time | relevance | path

Searched refs:QDRectangle (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_aepack.py21 aetypes.QDRectangle(50,100,150,200),
/external/python/cpython2/Lib/plat-mac/
Daetypes.py343 class QDRectangle: class
363 return isinstance(x, QDRectangle)
Daepack.py219 return aetypes.QDRectangle(v0, h0, v1, h1)
/external/python/cpython2/Doc/library/
Daetypes.rst91 .. class:: QDRectangle(v0, h0, v1, h1)