Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
def
main():
244
OUT_BASE.mkdir(parents=True, exist_ok=True)
245
for
src in COURSES:
246
process(src)
247
248
249
if
__name__ ==
"__main__"
:
Callers
1
split_courses.py
File · 0.70
Calls
2
process
Function · 0.85
mkdir
Method · 0.45
Tested by
no test coverage detected