MCPcopy 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
23class SpawnBase(object):
24 """A base class providing the backwards-compatible spawn API for Pexpect.

Callers 15

read_nonblockingMethod · 0.80
data_receivedMethod · 0.80
_log_controlMethod · 0.80
write_to_stdoutMethod · 0.80
__init__Method · 0.80
_coerce_expect_reMethod · 0.80
read_nonblockingMethod · 0.80
_decodeMethod · 0.80
data_receivedMethod · 0.80
_uFunction · 0.80
function_events_callbackFunction · 0.80

Calls

no outgoing calls

Tested by 4

_uFunction · 0.64
function_events_callbackFunction · 0.64
test_run_unicodeMethod · 0.64