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

Method __init__

deps/v8/test/message/testcfg.py:45–50  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

43
44class TestCase(testcase.D8TestCase):
45 def __init__(self, *args, **kwargs):
46 super(TestCase, self).__init__(*args, **kwargs)
47
48 source = self.get_source()
49 self._source_files = self._parse_source_files(source)
50 self._source_flags = self._parse_source_flags(source)
51
52 def _parse_source_files(self, source):
53 return [self._get_source_path()]

Callers

nothing calls this directly

Calls 3

get_sourceMethod · 0.95
_parse_source_filesMethod · 0.95
_parse_source_flagsMethod · 0.95

Tested by

no test coverage detected