| Server IP : 164.138.27.172 / Your IP : 216.73.217.113 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3.5/lib2to3/fixes/__pycache__/ |
Upload File : |
-c`# � @ sC d Z d d l m Z d d l m Z Gd d � d e j � Z d S)zVRemove __future__ imports from __future__ import foo is replaced with an empty line. � )� fixer_base)� BlankLinec @ s. e Z d Z d Z d Z d Z d d � Z d S)� FixFutureTz;import_from< 'from' module_name="__future__" 'import' any >� c C s t � } | j | _ | S)N)r �prefix)�selfZnodeZresults�new� r �./usr/lib/python3.5/lib2to3/fixes/fix_future.py� transform s zFixFuture.transformN)�__name__� __module__�__qualname__Z BM_compatibleZPATTERNZ run_orderr r r r r r s r N)�__doc__� r Z fixer_utilr ZBaseFixr r r r r �<module> s