subprocess.Popen

Popen

package python-lib-subprocess

Available on python

Constructor

new (args:Array<String>, bufsize:Int = 0, ?executable:String, ?stdin:Int, ?stdout:Int, ?stderr:Int, ?preexec_fn:Void ‑> Void, close_fds:Bool = false, shell:Bool = false, ?cwd:String, ?env:Dict<String, String>, universal_newlines:Bool = false, ?startupinfo:StartupInfo, creationflags:Int = 0)

Variables

pid:Int

returncode:Int

stderr:FileIO

stdin:FileIO

stdout:FileIO

Methods

communicate (?input:Bytes, ?timeout:Int):Tuple2<Bytes, Bytes>

kill ():Void

poll ():Null<Int>

terminate ():Void

wait (?timeout:Int):Null<Int>

Static methods

static inline create (args:EitherType<String, Array<String>>, o:PopenOptions):Popen

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/python/lib/subprocess/Popen.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部