Public Member Functions | |
def | __init__ (self) |
def | spawn (self, stdin, arglist, *pargs, **kwargs) |
def | expect (self, s, r, flags=0) |
def | read (self, s, size=-1) |
Data Fields | |
proc | |
stde | |
stdo | |
Definition at line 30 of file gnunet_pyexpect.py.
def gnunet_pyexpect.pexpect.__init__ | ( | self | ) |
Definition at line 31 of file gnunet_pyexpect.py.
References gnunet_pyexpect.pexpect.__init__().
Referenced by gnunet_pyexpect.pexpect.__init__().
def gnunet_pyexpect.pexpect.spawn | ( | self, | |
stdin, | |||
arglist, | |||
* | pargs, | ||
** | kwargs | ||
) |
Definition at line 34 of file gnunet_pyexpect.py.
def gnunet_pyexpect.pexpect.expect | ( | self, | |
s, | |||
r, | |||
flags = 0 |
|||
) |
Definition at line 50 of file gnunet_pyexpect.py.
References gnunet_pyexpect.pexpect.stde, and gnunet_pyexpect.pexpect.stdo.
def gnunet_pyexpect.pexpect.read | ( | self, | |
s, | |||
size = -1 |
|||
) |
Definition at line 81 of file gnunet_pyexpect.py.
References gnunet_pyexpect.pexpect.stde, and gnunet_pyexpect.pexpect.stdo.
gnunet_pyexpect.pexpect.proc |
Definition at line 40 of file gnunet_pyexpect.py.
gnunet_pyexpect.pexpect.stde |
Definition at line 45 of file gnunet_pyexpect.py.
Referenced by gnunet_pyexpect.pexpect.expect(), and gnunet_pyexpect.pexpect.read().
gnunet_pyexpect.pexpect.stdo |
Definition at line 76 of file gnunet_pyexpect.py.
Referenced by gnunet_pyexpect.pexpect.expect(), and gnunet_pyexpect.pexpect.read().