MCPcopy Create free account
hub / github.com/fogleman/primitive / makedirs

Function makedirs

scripts/process.py:8–12  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

6import threading
7
8def makedirs(x):
9 try:
10 os.makedirs(x)
11 except Exception:
12 pass
13
14def primitive(i, o, n, a, m):
15 makedirs(os.path.split(o)[0])

Callers 1

primitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…