MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / main

Function main

data/scripts/opencc_resources_zip_diff.py:262–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260
261
262def main():
263 args = parse_args()
264 before_entries = read_zip(args.before)
265 after_entries = read_zip(args.after)
266 write_report(args.before, args.after, before_entries, after_entries, args.markdown)
267
268
269if __name__ == "__main__":

Callers 1

Calls 3

read_zipFunction · 0.85
write_reportFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected