File "pytree.cpython-38.pyc"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/lib64/python3.8/lib2to3/__pycache__/pytree.cpython-38.pyc
File size: 23.77 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit
U
e5d8m @ s d Z dZddlZddlmZ dZi add ZG dd d eZ G d
d de Z
G dd
d
e Zdd ZG dd deZ
G dd de
ZG dd de
ZG dd de
ZG dd de
Zdd ZdS )z
Python parse tree definitions.
This is a very concrete parse tree; we need to keep every token and
even the comments and whitespace between tokens.
There's also a pattern matching implementation here.
z#Guido van Rossum <guido@python.org>