chasing own tail

This commit is contained in:
Martin 2017-10-16 10:49:11 +02:00
parent cfc2197943
commit cc7d97c811

View file

@ -110,7 +110,7 @@ def debugger():
# -------------------------------------------------- # --------------------------------------------------
def hexdump(data, indent=0, offset=16, show_header=True, show_offsets=True, show_ascii=True, use_colors=True, initial_offset=0, output=sys.stdout): def hexdump(data, indent=0, width=16, show_header=True, show_offsets=True, show_ascii=True, use_colors=True, initial_offset=0, output=sys.stdout):
""" """
Writes a hex dump of `data` to `output`. Writes a hex dump of `data` to `output`.