Home
last modified time | relevance | path

Searched defs:BigEndianStructure (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/
D_endian.py46 class BigEndianStructure(Structure): class
54 BigEndianStructure = Structure variable
/external/python/cpython3/Lib/ctypes/
D_endian.py46 class BigEndianStructure(Structure, metaclass=_swapped_meta): class
54 BigEndianStructure = Structure variable