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

Method __init__

deps/v8/tools/testrunner/testproc/sequence_test.py:56–59  ·  view source on GitHub ↗
(self, n, is_heavy)

Source from the content-addressed store, hash-verified

54 """Simple test representation to differentiate light/heavy tests."""
55
56 def __init__(self, n, is_heavy):
57 self.n = n
58 self.is_heavy = is_heavy
59 self.keep_output = False
60
61
62class TestSequenceProc(unittest.TestCase):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected