Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-577243.py
File
recipe-577243.py
recipes/Python/577243_Hex_Dump/recipe-577243.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
string
import
ascii_letters, digits, punctuation
2
3
filename = r
'i:\Python\test.file'
4
file = open(filename,
'rb'
)
Callers
nothing calls this directly
Calls
8
str
Function · 0.85
print
Function · 0.85
bufferToHex
Function · 0.85
bufferToAscii
Function · 0.85
open
Function · 0.50
read
Method · 0.45
close
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected