Home
last modified time | relevance | path

Searched refs:tv_i (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py185 self._dll.tv_i.restype = None
186 self._dll.tv_i.argtypes = (c_int,)
187 self.assertEqual(self._dll.tv_i(42), None)
189 self.assertEqual(self._dll.tv_i(-42), None)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c506 EXPORT(void) tv_i(int c) { S; return; } in tv_i() function