Searched refs:dirname (Results 1 – 4 of 4) sorted by relevance
17 args = [os.path.dirname(__file__) + '/tests']
16 mod_dir = os.path.dirname(os.path.abspath(__file__))238 shutil.copy(mod_dir + '/multiplexed_log.css', os.path.dirname(fn))
35 TEST_PY_DIR = os.path.dirname(os.path.abspath(__file__))156 source_dir = os.path.dirname(os.path.dirname(TEST_PY_DIR))
21 def mkdir_cond(dirname): argument27 if not os.path.exists(dirname):28 os.mkdir(dirname)
Completed in 11 milliseconds