MCPcopy Index your code
hub / github.com/python/cpython / _join

Method _join

Lib/test/test_unittest/test_program.py:470–471  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

468 cur_dir = os.getcwd()
469 program = self.program
470 def _join(name):
471 return os.path.join(cur_dir, name)
472 argv = ['progname', _join('foo/bar/baz.py'), _join('green\\red.py')]
473 self._patch_isfile(argv)
474

Callers 2

checkParamMethod · 0.45
colorlistMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected