Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pexpect/pexpect
/ decode
Method
decode
pexpect/spawnbase.py:20–21 ·
view source on GitHub ↗
(b, final=False)
Source
from the content-addressed store, hash-verified
18
19
@staticmethod
20
def
decode(b, final=False):
21
return
b
22
23
class
SpawnBase(object):
24
""
"A base
class
providing the backwards-compatible spawn API
for
Pexpect.
Callers
15
read_nonblocking
Method · 0.80
data_received
Method · 0.80
_log_control
Method · 0.80
write_to_stdout
Method · 0.80
__init__
Method · 0.80
_coerce_expect_re
Method · 0.80
read_nonblocking
Method · 0.80
_decode
Method · 0.80
data_received
Method · 0.80
_u
Function · 0.80
function_events_callback
Function · 0.80
_method_events_callback
Method · 0.80
Calls
no outgoing calls
Tested by
4
_u
Function · 0.64
function_events_callback
Function · 0.64
_method_events_callback
Method · 0.64
test_run_unicode
Method · 0.64