OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_machine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Plex/
Machines.py
136
def __init__(self,
old_machine
= None):
139
if
old_machine
:
141
for old_state in
old_machine
.states:
144
for name, old_state in
old_machine
.initial_states.iteritems():
146
for old_state in
old_machine
.states:
DFA.py
13
def nfa_to_dfa(
old_machine
, debug = None):
32
for (key, old_state) in
old_machine
.initial_states.iteritems():
Completed in 250 milliseconds