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

Method __init__

deps/v8/test/filecheck/testcfg.py:22–24  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

20 """Test case using llvm's FileCheck."""
21
22 def __init__(self, *args, **kwargs):
23 super().__init__(*args, **kwargs)
24 self._source_flags = self._parse_source_flags()
25
26 def _get_source_flags(self):
27 return self._source_flags

Callers

nothing calls this directly

Calls 1

_parse_source_flagsMethod · 0.45

Tested by

no test coverage detected