Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ _make_dir_if_not_exist
Function
_make_dir_if_not_exist
docker/test-with-docker.py:401–405 ·
view source on GitHub ↗
(*parts)
Source
from the content-addressed store, hash-verified
399
400
401
def
_make_dir_if_not_exist(*parts):
402
d = os.path.join(*parts)
403
if
not os.path.exists(d):
404
os.makedirs(d)
405
return
d
406
407
408
class
Container(object):
Callers
3
main
Function · 0.85
_create_container
Method · 0.85
run
Method · 0.85
Calls
2
join
Method · 0.45
exists
Method · 0.45
Tested by
no test coverage detected