| Path : /lib64/python3.6/lib2to3/__pycache__/ | 
| Current File : //lib64/python3.6/lib2to3/__pycache__/patcomp.cpython-36.pyc | 
3 \ @ s d Z dZddlZddlmZmZmZmZmZm Z ddl mZ ddl mZ G dd d e Zd d ZG dd d eZejejejddZdd Zdd Zdd ZdS )zPattern compiler. The grammar is taken from PatternGrammar.txt. The compiler compiles a pattern to a pytree.*Pattern instance. z#Guido van Rossum <guido@python.org>