MCPcopy Create free account
hub / github.com/apache/httpd / mkpath

Method mkpath

test/pyhttpd/env.py:559–561  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

557 return self.get_apxs_var("HTTPD_VERSION")
558
559 def mkpath(self, path):
560 if not os.path.exists(path):
561 return os.makedirs(path)
562
563 def run(self, args, stdout_list=False, intext=None, inbytes=None, debug_log=True):
564 if debug_log:

Callers 11

test_md_801_009Method · 0.80
test_md_730_001Method · 0.80
test_md_730_002Method · 0.80
test_md_730_003Method · 0.80
test_md_920_011Method · 0.80
test_md_720_008Method · 0.80
test_md_901_010Method · 0.80
test_md_901_011Method · 0.80
_class_scopeMethod · 0.80
_setup_data_1k_1mMethod · 0.80
_class_scopeMethod · 0.80

Calls

no outgoing calls

Tested by 10

test_md_801_009Method · 0.64
test_md_730_001Method · 0.64
test_md_730_002Method · 0.64
test_md_730_003Method · 0.64
test_md_920_011Method · 0.64
test_md_720_008Method · 0.64
test_md_901_010Method · 0.64
test_md_901_011Method · 0.64
_class_scopeMethod · 0.64
_class_scopeMethod · 0.64