We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добавить в автотесты проверку, что можно
None
graph_to_nfa
if not start_states or not final_states: for st in all_states: nfa.add_start_state(st) nfa.add_final_state(st)
Возможно стоит проверять это и в других функциях тоже.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Добавить в автотесты проверку, что можно
None
в функциюgraph_to_nfa
.Чтобы такой код не проходил
Возможно стоит проверять это и в других функциях тоже.
The text was updated successfully, but these errors were encountered: