/usr/lib/python2.6/ctypes
NameSizeModeActions
macholib/-0755rm
util.py85310644editdlrm
util.py.binutils-no-dep83760644editdlrm
util.pyc74610644editdlrm
util.pyo74610644editdlrm
wintypes.py53490644editdlrm
wintypes.pyc59330644editdlrm
wintypes.pyo59330644editdlrm
_endian.py20410644editdlrm
_endian.pyc22740644editdlrm
_endian.pyo22740644editdlrm
__init__.py170040644editdlrm
__init__.pyc198220644editdlrm
__init__.pyo198220644editdlrm
Edit: /usr/lib/python2.6/ctypes/_endian.pyo (2274B)
Ñò Ğgc@sÇddkZddkTeedƒZd„Zdeeƒfd„ƒYZeidjo&dZ eZ d efd „ƒYZ nCeid jo&d Z eZ d efd„ƒYZ n e dƒ‚dS(i˙˙˙˙N(t*icCscyt|tƒSWnKtj o?t|ƒtjot|iƒ|iStd|ƒ‚nXdS(sċReturn the type with the 'other' byte order. Simple types like c_int and so on already have __ctype_be__ and __ctype_le__ attributes which contain the types, for more complicated types only arrays are supported. s+This type does not support other endian: %sN( tgetattrt _OTHER_ENDIANtAttributeErrorttypet _array_typet _other_endiant_type_t_length_t TypeError(ttyp((s$/usr/lib/python2.6/ctypes/_endian.pyR s t _swapped_metacBseZd„ZRS(cCs†|djo\g}xI|D]A}|d}|d}|d}|i|t|ƒf|ƒqW|}ntt|ƒi||ƒdS(Nt_fields_iii(tappendRtsuperR t __setattr__(tselftattrnametvaluetfieldstdesctnameR trest((s$/usr/lib/python2.6/ctypes/_endian.pyRs    ! (t__name__t __module__R(((s$/usr/lib/python2.6/ctypes/_endian.pyR stlittlet __ctype_be__tBigEndianStructurecBseZdZeZdZRS(s$Structure with big endian byte orderN(RRt__doc__R t __metaclass__tNonet_swappedbytes_(((s$/usr/lib/python2.6/ctypes/_endian.pyR-stbigt __ctype_le__tLittleEndianStructurecBseZdZeZdZRS(s'Structure with little endian byte orderN(RRRR RRR(((s$/usr/lib/python2.6/ctypes/_endian.pyR"6ssInvalid byteorder( tsystctypesRtc_intRRt StructureR t byteorderRR"Rt RuntimeError(((s$/usr/lib/python2.6/ctypes/_endian.pyts