Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
H A Dtest_pep3118.py216 class BEPoint(BigEndianStructure): class
228 (BEPoint, "T{>l:x:>l:y:}".replace('l', s_long), (), BEPoint),
230 (POINTER(BEPoint), "&T{>l:x:>l:y:}".replace('l', s_long), (), POINTER(BEPoint)),
/third_party/python/Lib/test/
H A Dtest_buffer.py2813 class BEPoint(ctypes.BigEndianStructure): class
2815 point = BEPoint(100, 200.1)
3220 class BEPoint(ctypes.BigEndianStructure): class
3222 point = BEPoint(100, 200)
3956 class BEPoint(ctypes.BigEndianStructure): class
3958 point = BEPoint(100, 200)

Completed in 6 milliseconds