Home
last modified time | relevance | path

Searched defs:signed_types (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong] variable
/external/python/cpython3/Lib/ctypes/test/
Dtest_numbers.py25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong] variable