| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/lib/python3/dist-packages/twisted/python/__pycache__/ |
Upload File : |
U
W[!
� @ st d Z ddlmZmZ ddlZddlmZ ddlmZm Z dd� Z
dd � Zd
d� Ze
e e�e
e� e�dd
� ��Z
dS )zD
Utilities to assist in the "flag day" new-style object transition.
� )�absolute_import�divisionN)�wraps)�_shouldEnableNewStyle�_PY3c s � �fdd�}|S )a2
If C{condition}, replace this function with C{alternative}.
@param condition: A L{bool} which says whether this should be replaced.
@param alternative: An alternative function that will be swapped in instead
of the original, if C{condition} is truthy.
@return: A decorator.
c sF �dkr�� n �dkr| � nt d�t�����t| �� fdd��}|S )NTFz8condition argument to _replaceIf requires a bool, not {}c s
� | |�S )N� )�args�kwargs��callr �:/usr/lib/python3/dist-packages/twisted/python/_oldstyle.py�wrapped'