| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/lib2to3/fixes/__pycache__/ |
Upload File : |
�
���gd � �J � d Z ddlmZ ddlmZ G d� dej
� Zy)z*Fixer for __nonzero__ -> __bool__ methods.� )�
fixer_base)�Namec � � e Zd ZdZdZd� Zy)�
FixNonzeroTz�
classdef< 'class' any+ ':'
suite< any*
funcdef< 'def' name='__nonzero__'
parameters< '(' NAME ')' > any+ >
any* > >
c �^ � |d }t d|j �� }|j |� y )N�name�__bool__)�prefix)r r
�replace)�self�node�resultsr �news �.C:\Python312\\Lib\lib2to3\fixes\fix_nonzero.py� transformzFixNonzero.transform s'