HEX
Server: LiteSpeed
System: Linux ws4.angoweb.net 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64
User: tswangoe (2287)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
Upload Files
File: //usr/local/lib/python3.9/site-packages/libpasteurize/fixes/__pycache__/fix_next.cpython-39.pyc
a

q�dg��@sZdZddlmZddlmZddlmZddlm	Z	m
Z
mZmZdZ
Gdd�dej�Zd	S)
z?
Fixer for:
it.__next__() -> it.next().
next(it) -> it.next().
�)�token)�python_symbols)�
fixer_base)�Name�Call�find_binding�Attrz;Calls to builtin next() possibly shadowed by global bindingc@seZdZdZdd�ZdS)�FixNextas
    power< base=any+ trailer< '.' attr='__next__' > any* >
    |
    power< head='next' trailer< '(' arg=any ')' > any* >
    |
    classdef< 'class' base=any+ ':'
              suite< any*
                     funcdef< 'def'
                              attr='__next__'
                              parameters< '(' NAME ')' > any+ >
                     any* > >
    cCs�|sJ�|�d�}|�d�}|�d�}|�d�}|rh|��}|�ttt|�|jd�td���|��n|r�|�td|jd��dS)N�base�attr�head�arg)�prefix�next)�get�clone�replacerr�unicoder�remove)�self�node�resultsr
rrZarg_r
�r�F/usr/local/lib/python3.9/site-packages/libpasteurize/fixes/fix_next.py�	transforms



�
zFixNext.transformN)�__name__�
__module__�__qualname__ZPATTERNrrrrrr	s
r	N)�__doc__Z
lib2to3.pgen2rZlib2to3.pygramrZsymsZlib2to3rZlib2to3.fixer_utilrrrrZbind_warningZBaseFixr	rrrr�<module>s