![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__/ |
� ��hO � �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 �@/opt/alt/python312/lib64/python3.12/lib2to3/fixes/fix_nonzero.py� transformzFixNonzero.transform s'