MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / stdin_bytes

Method stdin_bytes

tests/unit/test_agent_cli.py:106–108  ·  view source on GitHub ↗

All bytes written to stdin by the bounded reader.

(self)

Source from the content-addressed store, hash-verified

104
105 @property
106 def stdin_bytes(self) -> bytes:
107 """All bytes written to stdin by the bounded reader."""
108 return b"".join(c.args[0] for c in self.stdin.write.call_args_list if c.args)
109
110
111def _make_ok_process(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected