MCPcopy Create free account
hub / github.com/nodejs/node / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

36
37class TestCase(testcase.TestCase):
38 def __init__(self, *args, **kwargs):
39 super(TestCase, self).__init__(*args, **kwargs)
40
41 self._source_flags = self._parse_source_flags()
42
43 def _get_files_params(self):
44 return [

Callers

nothing calls this directly

Calls 1

_parse_source_flagsMethod · 0.95

Tested by

no test coverage detected