Home | History | Annotate | Download | only in python2.7

Lines Matching refs:pack

201     f.write(struct.pack('>h', x))
204 f.write(struct.pack('>H', x))
207 f.write(struct.pack('>l', x))
210 f.write(struct.pack('>L', x))
215 f.write(struct.pack('B', len(s)))