MCPcopy Create free account
hub / github.com/HelenOS/helenos / arg_check

Function arg_check

tools/mkarray.py:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 print("%s [--deflate] <DESTINATION> <LABEL> <AS_PROLOG> <SECTION> [SOURCE ...]" % prname)
42
43def arg_check():
44 if (len(sys.argv) < 5):
45 usage(sys.argv[0])
46 sys.exit()
47
48def deflate(data):
49 "Compress using deflate algorithm (without any headers)"

Callers 1

mainFunction · 0.85

Calls 1

usageFunction · 0.70

Tested by

no test coverage detected