|
Apache/2.2.15 (CentOS) Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 uid=48(apache) gid=48(apache) groups=48(apache) server ip : 172.67.192.52 | your ip : 10.244.126.0 safemode OFF > / usr / lib64 / python2.6 / |
| Filename | /usr/lib64/python2.6/popen2.pyo |
| Size | 8.81 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 23-Dec-2025 17:41 |
| Last modified | 20-Jun-2019 19:45 |
| Last accessed | 22-Apr-2026 05:32 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
Ñò
§ÚêLc
@ s[ d Z d d k Z d d k Z d d k Z e i d e d d �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 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ÿÿÿÿNs<
§ÚêLc
@ s[ d Z d d k Z d d k Z d d k Z e i d e d d �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 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ÿÿÿÿNs<