MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / main

Function main

docs/website/scripts/split_courses.py:243–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241
242
243def main():
244 OUT_BASE.mkdir(parents=True, exist_ok=True)
245 for src in COURSES:
246 process(src)
247
248
249if __name__ == "__main__":

Callers 1

split_courses.pyFile · 0.70

Calls 2

processFunction · 0.85
mkdirMethod · 0.45

Tested by

no test coverage detected