Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ _check_pexpect
Function
_check_pexpect
core/peer_shell.py:78–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
77
78
def
_check_pexpect() -> bool:
79
try
:
80
import
pexpect
# noqa: F401
81
return
True
82
except
ImportError:
83
return
False
84
85
86
def
run_peer(cli_name: str, cmd: str, prompt_text: str =
""
) -> str:
Callers
1
run_peer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected