HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/lib/python3/dist-packages/twisted/internet/__pycache__/stdio.cpython-38.pyc
U


W[�@s^dZddlmZmZddlmZe��rBddlmZej	Z	ej
Znddlm	Z	mZddgZ
dS)	a!
Standard input/out/err support.

This module exposes one name, StandardIO, which is a factory that takes an
IProtocol provider as an argument.  It connects that protocol to standard input
and output on the current process.

It should work on any UNIX and also on Win32 (with some caveats: due to
platform limitations, it will perform very poorly on Win32).

Future Plans::

    support for stderr, perhaps
    Rewrite to use the reactor instead of an ad-hoc mechanism for connecting
        protocols to transport.


Maintainer: James Y Knight
�)�absolute_import�division)�platform)�_win32stdio)�
StandardIO�PipeAddressrrN)�__doc__Z
__future__rrZtwisted.python.runtimerZ	isWindowsZtwisted.internetrrZWin32PipeAddressrZtwisted.internet._posixstdio�__all__�r
r
�8/usr/lib/python3/dist-packages/twisted/internet/stdio.py�<module>s