Current Path : /compat/linux/proc/self/root/usr/local/lib/python2.5/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/local/lib/python2.5/popen2.pyc |
³ò h”Rc @ sZ d Z d d k Z d d k Z d d d g Z y e i d ƒ Z Wn e e f j o d Z n Xg Z d „ Z d d d „ ƒ YZ d e f d „ ƒ YZ e i d d j p e i d j o7 [ [ d d d „ Z d d d „ Z d d d „ Z nA d d d „ Z d d d „ Z d d d „ Z e i d d g ƒ d „ Z e d j o e ƒ n d S( sn Spawn a command with pipes to its stdin, stdout, and optionally stderr. The normal os.popen(cmd, mode) call spawns a shell command and provides a file interface to just the input or output of the process depending on whether mode is 'r' or 'w'. This module provides the functions popen2(cmd) and popen3(cmd) which return two or three pipes to the spawned command. iÿÿÿÿNt popen2t popen3t popen4t SC_OPEN_MAXi c C s] xV t D]M } | i d t i ƒ d j o+ y t i | ƒ WqU t j o qU Xq q Wd S( Nt _deadstatei ( t _activet pollt syst maxintt removet ValueError( t inst( ( s"