MCPcopy 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

1from string import ascii_letters, digits, punctuation
2
3filename = r'i:\Python\test.file'
4file = open(filename, 'rb')

Callers

nothing calls this directly

Calls 8

strFunction · 0.85
printFunction · 0.85
bufferToHexFunction · 0.85
bufferToAsciiFunction · 0.85
openFunction · 0.50
readMethod · 0.45
closeMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected