Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/ObjectDetection-OneStageDet
/ safeMakeDirs
Function
safeMakeDirs
utils/fileproc.py:7–9 ·
view source on GitHub ↗
(tdir)
Source
from the content-addressed store, hash-verified
5
os.mkdir(tdir)
6
7
def
safeMakeDirs(tdir):
8
if
not os.path.isdir(tdir):
9
os.makedirs(tdir)
Callers
2
setLogging
Function · 0.85
initEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected