Searched refs:StructWithArrays (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ctypes/test/ |
D | test_pep3118.py | 99 class StructWithArrays(Structure): class 194 … (StructWithArrays, "T{(2,3)<l:x:(4)T{<l:x:<l:y:}:y:}".replace('l', s_long), (), StructWithArrays), 195 …(StructWithArrays * 3, "T{(2,3)<l:x:(4)T{<l:x:<l:y:}:y:}".replace('l', s_long), (3,), StructWithAr…
|