Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module utils |
|
Classes | |
---|---|
SRVConnector |
A connector that looks up DNS SRV records. |
_BackRelay |
|
_SRVConnector_ClientFactoryWrapper |
|
_ValueGetter |
Function Summary | |
---|---|
Spawn a process and return its output as a deferred returning a string. | |
Spawn a process and return its exit code as a Deferred. | |
_callProtocolWithDeferred(protocol,
executable,
args,
env,
path,
reactor)
|
Variable Summary | |
---|---|
SelectReactor |
reactor
|
Function Details |
---|
getProcessOutput(executable, args=(), env={}, path='.', reactor=<twisted.internet.default.SelectReactor instance&...)Spawn a process and return its output as a deferred returning a string.
|
getProcessValue(executable, args=(), env={}, path='.', reactor=<twisted.internet.default.SelectReactor instance&...)Spawn a process and return its exit code as a Deferred. |
Variable Details |
---|
reactor
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:30 2003 | http://epydoc.sf.net |