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

Class DuckProcessor

deps/v8/tools/testrunner/objects/testcase.py:644–652  ·  view source on GitHub ↗

Dummy default processor for original tests implemented by duck-typing.

Source from the content-addressed store, hash-verified

642
643
644class DuckProcessor:
645 """Dummy default processor for original tests implemented by duck-typing."""
646
647 def test_suffix(self, test):
648 return None
649
650 @property
651 def name(self):
652 return None
653
654
655class D8TestCase(TestCase):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by 1

__init__Method · 0.68