Part of twisted.internet.endpoints View Source View In Hierarchy
Method | write | Write to the child process's standard input. |
Method | writeSequence | Write a list of strings to child process's stdin. |
Instance Variable | _process | An active process transport which will be used by write methods on this
object to write data to a child process. (type: interfaces.IProcessTransport
provider) |
interfaces.IProcessTransport
provider)
Parameters | data | The data to write on stdin. |
Parameters | data | The list of chunks to write on stdin. |