Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py184 class BEPoint(BigEndianStructure): class
196 (BEPoint, "T{>l:x:>l:y:}", None, BEPoint),
198 (POINTER(BEPoint), "&T{>l:x:>l:y:}", None, POINTER(BEPoint)),