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

  /external/python/cpython2/Lib/ctypes/test/
test_prototypes.py 31 def positive_address(a): function
78 self.assertEqual(positive_address(addressof(ci)),
79 positive_address(func(byref(ci))))
  /external/python/cpython3/Lib/ctypes/test/
test_prototypes.py 31 def positive_address(a): function
81 self.assertEqual(positive_address(addressof(ci)),
82 positive_address(func(byref(ci))))

Completed in 47 milliseconds