Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_pep3118.py119 s_ushort = {2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_ushort)] variable
152 (c_ushort, "<" + s_ushort, (), c_ushort),