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) |
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.
Referenced by gnunet_pyexpect.pexpect.__init__().
def gnunet_pyexpect.pexpect.__init__ | ( | self | ) |
Definition at line 31 of file gnunet_pyexpect.py.
References gnunet_pyexpect.pexpect.__init__().
def gnunet_pyexpect.pexpect.spawn | ( | self, | |
stdin, | |||
arglist, | |||
* | pargs, | ||
** | kwargs | ||
) |
Definition at line 34 of file gnunet_pyexpect.py.
Referenced by gnunet_pyexpect.pexpect.spawn().
def gnunet_pyexpect.pexpect.expect | ( | self, | |
s, | |||
r, | |||
flags = 0 |
|||
) |
Definition at line 50 of file gnunet_pyexpect.py.
References len, gnunet_pyexpect.pexpect.stde, and gnunet_pyexpect.pexpect.stdo.
Referenced by gnunet_pyexpect.pexpect.expect().
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.
Referenced by gnunet_pyexpect.pexpect.read().
def gnunet_pyexpect.pexpect.spawn | ( | self, | |
stdin, | |||
arglist, | |||
* | pargs, | ||
** | kwargs | ||
) |
Definition at line 34 of file gnunet_pyexpect.py.
References ServiceList.proc, ResultContext.proc, GetAllContext.proc, ProcessResultContext.proc, ReplCtx.proc, ProcessKeysContext.proc, GNUNET_DEFRAGMENT_Context.proc, GNUNET_FRAGMENT_Context.proc, GNUNET_FS_TreeEncoder.proc, GSF_CadetRequest.proc, GNS_ResolverHandle.proc, RequestHandle.proc, GNUNET_REST_RequestHandler.proc, gnunet_pyexpect.pexpect.proc, GNUNET_NAMESTORE_QueueEntry.proc, GNUNET_NAMESTORE_ZoneIterator.proc, GNUNET_RECLAIM_AttributeIterator.proc, GNUNET_RECLAIM_CredentialIterator.proc, GNUNET_STATISTICS_WatchEntry.proc, GNUNET_STATISTICS_GetHandle.proc, GetStatsContext.proc, SharedServiceInstance.proc, GNUNET_ChildWaitHandle.proc, GNUNET_OS_CommandHandle.proc, gnunet_pyexpect.pexpect.spawn(), gnunet_pyexpect.pexpect.stde, and gnunet_pyexpect.pexpect.stdo.
def gnunet_pyexpect.pexpect.expect | ( | self, | |
s, | |||
r, | |||
flags = 0 |
|||
) |
Definition at line 50 of file gnunet_pyexpect.py.
References gnunet_pyexpect.pexpect.expect(), len, 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.read(), gnunet_pyexpect.pexpect.stde, and gnunet_pyexpect.pexpect.stdo.
gnunet_pyexpect.pexpect.proc |
Definition at line 40 of file gnunet_pyexpect.py.
Referenced by gnunet_pyexpect.pexpect.spawn().
gnunet_pyexpect.pexpect.stde |
Definition at line 45 of file gnunet_pyexpect.py.
Referenced by gnunet_pyexpect.pexpect.expect(), gnunet_pyexpect.pexpect.read(), and gnunet_pyexpect.pexpect.spawn().
gnunet_pyexpect.pexpect.stdo |
Definition at line 76 of file gnunet_pyexpect.py.
Referenced by gnunet_pyexpect.pexpect.expect(), gnunet_pyexpect.pexpect.read(), and gnunet_pyexpect.pexpect.spawn().