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

Method __init__

tools/test.py:913–916  ·  view source on GitHub ↗
(self, tests_repos, test_root)

Source from the content-addressed store, hash-verified

911
912class LiteralTestSuite(TestSuite):
913 def __init__(self, tests_repos, test_root):
914 super(LiteralTestSuite, self).__init__('root')
915 self.tests_repos = tests_repos
916 self.test_root = test_root
917
918 def GetBuildRequirements(self, path, context):
919 (name, rest) = CarCdr(path)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected