File: automaton_search_iter.rst

package info (click to toggle)
python-pyahocorasick 1.4.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: ansic: 4,552; python: 2,823; sh: 312; makefile: 242
file content (3 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
This class is not available directly but instances of AutomatonSearchIter
are returned by the iter() method of an Automaton. This iterator can be
manipulated through its set() method.