MCPcopy 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

3jpg_magic_z = '\xFF\xD9'
4
5def main():
6 welcome()
7 while True:
8 main_menu()
9 if main_query() == 1:
10 workspace()
11 else:
12 print
13 break
14
15def welcome():
16 print

Callers 1

recipe-456375.pyFile · 0.70

Calls 4

welcomeFunction · 0.70
main_menuFunction · 0.70
main_queryFunction · 0.70
workspaceFunction · 0.70

Tested by

no test coverage detected