cppo-ng/blocksfree
T. Joseph Carter 96c63a90d8 Implement repr() and str() for ByteBuffer
I'm not sure using a hexdump makes sense for str() here, but I don't know what
else does yet.  I also know that I want a buffer to be hexdumpable, although I
think I'd prefer something that allows a hexdump not to require a huge amount
of memory.  Until we start processing HFS, I don't need to dwell on that too
much.  Let's get it working first.
2017-07-16 11:37:52 -07:00
..
buffer Implement repr() and str() for ByteBuffer 2017-07-16 11:37:52 -07:00
__init__.py Consistent copyright notices 2017-07-08 07:48:30 -07:00
diskimg.py Consistent copyright notices 2017-07-08 07:48:30 -07:00
legacy.py Eliminate to_hex as well 2017-07-13 23:38:19 -07:00
logging.py Add license, Copyright notices, history doc 2017-07-07 06:29:19 -07:00
util.py Rewrote hexdump, added gen_hexdump 2017-07-15 13:27:51 -07:00