chasing own tail
This commit is contained in:
parent
cfc2197943
commit
cc7d97c811
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue