Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ extract_bmp
Function
extract_bmp
recipes/Python/456375_File_Extractor/recipe-456375.py:88–89 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
86
print
'ERROR: Selection Must Be A Number'
87
88
def
extract_bmp(data):
89
extract(data, True)
90
91
def
extract_jpg(data):
92
extract(data, False)
Callers
1
workspace
Function · 0.70
Calls
1
extract
Function · 0.70
Tested by
no test coverage detected