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

Method __init__

deps/v8/test/debugger/testcfg.py:29–34  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

27
28class TestCase(testcase.D8TestCase):
29 def __init__(self, *args, **kwargs):
30 super(TestCase, self).__init__(*args, **kwargs)
31
32 source = self.get_source()
33 self._source_files = self._parse_source_files(source)
34 self._source_flags = self._parse_source_flags(source)
35
36 def _parse_source_files(self, source):
37 files_list = [] # List of file names to append to command arguments.

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