whoami7 - Manager
:
/
opt
/
alt
/
python312
/
lib64
/
python3.12
/
lib2to3
/
fixes
/
__pycache__
/
Upload File:
files >> //opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__/fix_buffer.cpython-312.pyc
� ��hN � �J � d Z ddlmZ ddlmZ G d� dej � Zy)z4Fixer that changes buffer(...) into memoryview(...).� )� fixer_base)�Namec � � e Zd ZdZdZdZd� Zy)� FixBufferTzR power< name='buffer' trailer< '(' [any] ')' > any* > c �Z � |d }|j t d|j �� � y )N�name� memoryview)�prefix)�replacer r )�self�node�resultsr s �?/opt/alt/python312/lib64/python3.12/lib2to3/fixes/fix_buffer.py� transformzFixBuffer.transform s"