Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
bmp_magic_a =
'BM'
2
jpg_magic_a =
'\xFF\xD8\xFF\xE0'
3
jpg_magic_z =
'\xFF\xD9'
4
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected