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

Method __init__

deps/v8/test/debugging/testcfg.py:38–43  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

36class TestCase(PYTestCase):
37
38 def __init__(self, *args, **kwargs):
39 super(TestCase, self).__init__(*args, **kwargs)
40
41 source = self.get_source()
42 self._source_files = self._parse_source_files(source)
43 self._source_flags = self._parse_source_flags(source)
44
45 def _parse_source_files(self, source):
46 files = []

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