MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_dir

Method get_dir

test/common.py:872–873  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

870 return ret
871
872 def get_dir(self):
873 return self.working_dir
874
875 def in_dir(self, *pathelems):
876 return os.path.join(self.get_dir(), *pathelems)

Callers 13

tearDownMethod · 0.95
in_dirMethod · 0.95
clearMethod · 0.95
do_benchmarkMethod · 0.45
test_emcc_portsMethod · 0.45
test_emcc_3Method · 0.45
test_EMCC_BUILD_DIRMethod · 0.45
test_valid_abspathMethod · 0.45
test_argv0_nodeMethod · 0.45
setUpFunction · 0.45
run_browserMethod · 0.45

Calls

no outgoing calls

Tested by 9

do_benchmarkMethod · 0.36
test_emcc_portsMethod · 0.36
test_emcc_3Method · 0.36
test_EMCC_BUILD_DIRMethod · 0.36
test_valid_abspathMethod · 0.36
test_argv0_nodeMethod · 0.36
setUpFunction · 0.36
test_cocos2d_helloMethod · 0.36