HOME


sh-3ll 1.0
DIR:/usr/local/lib/python3.6/site-packages/libpasteurize/fixes/__pycache__/
Upload File :
Current File : //usr/local/lib/python3.6/site-packages/libpasteurize/fixes/__pycache__/fix_next.cpython-36.pyc
3

+��h��@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�|st�|jd�}|jd�}|jd�}|jd�}|rh|j�}|jttt|�|jd�td���|j�n|r�|jtd|jd��dS)N�base�attr�head�arg)�prefix�next)	�AssertionError�get�clone�replacerr�unicoder�remove)�self�node�resultsr
rrZarg_r
�r�C/root/tmp/pip-build-yeh9mt8d/future/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