MCPcopy Index your code
hub / github.com/nodejs/node / _get_source_path

Method _get_source_path

deps/v8/test/debugging/testcfg.py:66–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 return self._source_flags
65
66 def _get_source_path(self):
67 js_file = self.suite.root / self.path_js
68 if js_file.exists():
69 return js_file
70 return self.suite.root / self.path_and_suffix('.py')
71
72 def skip_predictable(self):
73 return super(TestCase, self).skip_predictable() or self._expected_fail()

Callers 1

_parse_source_filesMethod · 0.95

Calls 2

path_and_suffixMethod · 0.95
existsMethod · 0.45

Tested by

no test coverage detected