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

Method __init__

deps/v8/tools/testrunner/local/pool.py:50–52  ·  view source on GitHub ↗
(self, heartbeat, value)

Source from the content-addressed store, hash-verified

48
49class MaybeResult():
50 def __init__(self, heartbeat, value):
51 self.heartbeat = heartbeat
52 self.value = value
53
54 @staticmethod
55 def create_heartbeat():

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected