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

/external/python/cpython2/Lib/ctypes/test/
H A Dtest_prototypes.py31 def positive_address(a): function
78 self.assertEqual(positive_address(addressof(ci)),
79 positive_address(func(byref(ci))))
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_prototypes.py31 def positive_address(a): function
81 self.assertEqual(positive_address(addressof(ci)),
82 positive_address(func(byref(ci))))

Completed in 160 milliseconds