MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-456375.py

File recipe-456375.py

recipes/Python/456375_File_Extractor/recipe-456375.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1bmp_magic_a = 'BM'
2jpg_magic_a = '\xFF\xD8\xFF\xE0'
3jpg_magic_z = '\xFF\xD9'
4

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected