Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import
threading
7
8
def
makedirs(x):
9
try
:
10
os.makedirs(x)
11
except
Exception:
12
pass
13
14
def
primitive(i, o, n, a, m):
15
makedirs(os.path.split(o)[0])
Callers
1
primitive
Function · 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…