/opt/alt/python36/lib64/python3.6/lib2to3/__pycache__
Edit: /opt/alt/python36/lib64/python3.6/lib2to3/__pycache__/pytree.cpython-36.pyc (25149B)
3
kfm @ s d Z dZddlZddlZddlmZ dZi add ZG dd d e Z
G d
d de
ZG dd
d
e
Zdd Z
G dd de ZG dd deZG dd deZG dd deZG dd deZdd 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