A simple data buffer - supports packing/unpacking in struct format # Needed for Python 2/3 doctest compatibility >>> def p(s): ... if not isinstance(s,str): ... return s.decode() ... return s >>> b = Buffer() >>> b.pack("!BHI",1,2,3) >>> b.offs
source not stored for this graph (policy: none)