| Current Path : /opt/alt/python37/lib64/python3.7/site-packages/Cython/Plex/__pycache__/ |
| Current File : //opt/alt/python37/lib64/python3.7/site-packages/Cython/Plex/__pycache__/Machines.cpython-37.pyc |
B
Z��ZP � @ s� d dl mZ d dlZddlmZ yd dlmZ W n ek
rP d dlmZ Y nX ye W n e k
rr e
ZY nX e ZG dd� de�Z
G d d
� d
e�ZG dd� de�ZdS )
� )�absolute_importN� )�
TransitionMap)�maxsize)�maxintc @ sT e Zd ZdZdZdZdZdd� Zdd� Zdd � Z d
d� Z
dd
� Zdd� Zdd� Z
dS )�Machinez1A collection of Nodes representing an NFA or DFA.Nr c C s g | _ i | _d S )N)�states�initial_states)�self� r �G/opt/alt/python37/lib64/python3.7/site-packages/Cython/Plex/Machines.py�__init__"