| Server IP : 172.67.131.151 / Your IP : 162.159.115.9 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/twisted/internet/__pycache__/ |
Upload File : |
U
W[� � @ s: d Z ddlmZmZ dgZddlmZ dd� Zee�ZdS )z�
The most suitable default reactor for the current platform.
Depending on a specific application's needs, some other reactor may in
fact be better.
� )�division�absolute_import�install)�platformc C s� zn| � � r>zddlm} W ql tk
r: ddlm} Y qlX n.| �� dkr`| �� s`ddlm} nddlm} W n tk
r� ddlm} Y nX |S )a'
Return a function to install the reactor most suited for the given platform.
@param platform: The platform for which to select a reactor.
@type platform: L{twisted.python.runtime.Platform}
@return: A zero-argument callable which will install the selected
reactor.
r )r �posix)ZisLinuxZtwisted.internet.epollreactorr �ImportErrorZtwisted.internet.pollreactorZgetTypeZisMacOSXZtwisted.internet.selectreactor)r r � r �:/usr/lib/python3/dist-packages/twisted/internet/default.py�_getInstallFunction s r
N) �__doc__Z
__future__r r �__all__Ztwisted.python.runtimer r
r r r r r �<module> s
%