|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/task/21573/root/proc/21572/root/usr/lib64/python2.4/ |
Upload File : |
mò ‚=5Dc @ sT d Z d k Z 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 f 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. Nt popen2t popen3t popen4t SC_OPEN_MAXi c C s x t D] } | i ƒ q Wd S( N( t _activet instt poll( R ( ( t /usr/lib64/python2.4/popen2.pyt _cleanup s t Popen3c B s>