Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ main
Function
main
recipes/Python/456375_File_Extractor/recipe-456375.py:5–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
jpg_magic_z =
'\xFF\xD9'
4
5
def
main():
6
welcome()
7
while
True:
8
main_menu()
9
if
main_query() == 1:
10
workspace()
11
else
:
12
print
13
break
14
15
def
welcome():
16
print
Callers
1
recipe-456375.py
File · 0.70
Calls
4
welcome
Function · 0.70
main_menu
Function · 0.70
main_query
Function · 0.70
workspace
Function · 0.70
Tested by
no test coverage detected