Home
last modified time | relevance | path

Searched refs:ptin (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/ctypes/test/
H A Dtest_as_parameter.py145 ptin = POINT(1, 2)
148 result = dll._testfunc_byval(ptin, byref(ptout))
154 ptin = POINT(101, 102)
158 result = dll._testfunc_byval(self.wrap(ptin), byref(ptout))
H A Dtest_functions.py298 ptin = POINT(1, 2)
301 result = dll._testfunc_byval(ptin, byref(ptout))
307 ptin = POINT(101, 102)
311 result = dll._testfunc_byval(ptin, byref(ptout))

Completed in 2 milliseconds