Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ extract_jpg
Function
extract_jpg
recipes/Python/456375_File_Extractor/recipe-456375.py:91–92 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
89
extract(data, True)
90
91
def
extract_jpg(data):
92
extract(data, False)
93
94
def
extract(data, bmp):
95
while
True:
Callers
1
workspace
Function · 0.70
Calls
1
extract
Function · 0.70
Tested by
no test coverage detected