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

Class CommandOutput

tools/test.py:552–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551
552class CommandOutput(object):
553
554 def __init__(self, exit_code, timed_out, stdout, stderr):
555 self.exit_code = exit_code
556 self.timed_out = timed_out
557 self.stdout = stdout
558 self.stderr = stderr
559 self.failed = None
560
561
562class TestCase(object):

Callers 1

ExecuteFunction · 0.85

Calls

no outgoing calls

Tested by 1

ExecuteFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…