Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py95 class StructWithArrays(Structure): class
164 (StructWithArrays, "T{(2,3)<l:x:(4)T{<l:x:<l:y:}:y:}", None, StructWithArrays),
165 (StructWithArrays * 3, "T{(2,3)<l:x:(4)T{<l:x:<l:y:}:y:}", (3,), StructWithArrays),