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

Method __init__

deps/v8/test/intl/testcfg.py:52–57  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

50
51class TestCase(testcase.D8TestCase):
52 def __init__(self, *args, **kwargs):
53 super(TestCase, self).__init__(*args, **kwargs)
54
55 self._source_flags = self._parse_source_flags()
56 source = self.get_source()
57 self._env = self._parse_source_env(source)
58
59 def _parse_source_env(self, source):
60 env_match = ENV_PATTERN.search(source)

Callers

nothing calls this directly

Calls 3

_parse_source_flagsMethod · 0.95
get_sourceMethod · 0.95
_parse_source_envMethod · 0.95

Tested by

no test coverage detected