Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
usr
/
local
/
lib
/
python3.6
/
site-packages
/
libpasteurize
/
fixes
/
__pycache__
✏️
Editing: fix_next.cpython-36.pyc
3 ��jf� � @ sZ d Z ddlmZ ddlmZ ddlmZ ddlm Z m Z mZmZ dZ G dd� 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 @ s e Zd ZdZdd� 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* > > c C s� |st �|jd�}|jd�}|jd�}|jd�}|rh|j� }|jttt|�|jd�td��� |j� n|r�|jtd|jd�� d S )N�base�attr�head�arg)�prefix�next) �AssertionError�get�clone�replacer r �unicoder �remove)�self�node�resultsr r r Zarg_r � r �>/tmp/pip-build-s1i5078x/future/libpasteurize/fixes/fix_next.py� transform s zFixNext.transformN)�__name__� __module__�__qualname__ZPATTERNr r r r r r s r N)�__doc__Z lib2to3.pgen2r Zlib2to3.pygramr ZsymsZlib2to3r Zlib2to3.fixer_utilr r r r Zbind_warningZBaseFixr r r r r �<module> s
💾 Save Changes
❌ Cancel