Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent0ai/agent-zero
/ __init__
Method
__init__
plugins/_code_execution/helpers/tty_session.py:351–355 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
349
350
class
_Proc:
351
def
__init__(self):
352
self.stdin = _Stdin()
# type: ignore
353
self.stdout = reader
354
self.pid = child.pid
355
self.returncode = None
356
357
async
def
wait(self):
358
while
child.isalive():
Callers
nothing calls this directly
Calls
1
_Stdin
Class · 0.85
Tested by
no test coverage detected