Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/internet/__pycache__/ |
Upload File : |
o �be � @ s* d Z 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. �install� )�platformc C s� z<| � � r!z ddlm} W W |S ty ddlm} Y W |S w | �� dkr4| �� s4ddlm} W |S ddlm} W |S tyL ddlm} Y |S w )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)�isLinux�twisted.internet.epollreactorr �ImportError�twisted.internet.pollreactor�getType�isMacOSX�twisted.internet.selectreactor)r r � r �:/usr/lib/python3/dist-packages/twisted/internet/default.py�_getInstallFunction s$ �����r N)�__doc__�__all__�twisted.python.runtimer r r r r r r �<module> s %