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

Method connect_to

deps/v8/tools/testrunner/testproc/base.py:46–49  ·  view source on GitHub ↗

Puts `next_proc` after itself in the chain.

(self, next_proc)

Source from the content-addressed store, hash-verified

44 self._requirement = DROP_RESULT
45
46 def connect_to(self, next_proc):
47 """Puts `next_proc` after itself in the chain."""
48 next_proc._prev_proc = self
49 self._next_proc = next_proc
50 def next_test(self, test):
51 """
52 Method called by previous processor whenever it produces new test.

Callers 2

_prepare_procsMethod · 0.45
_testMethod · 0.45

Calls

no outgoing calls

Tested by 1

_testMethod · 0.36