📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 22:01:11
📂
/ (Root)
/
opt
/
alt
/
python312
/
lib64
/
python3.12
/
lib2to3
/
fixes
/
__pycache__
📍 /opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__
🔄 Refresh
✏️
Editing: fix_nonzero.cpython-312.pyc
Read Only
� <��iO � �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'