File: automaton_values.rst

package info (click to toggle)
python-pyahocorasick 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 748 kB
  • sloc: ansic: 4,554; python: 2,823; sh: 312; makefile: 242
file content (6 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
values([prefix, [wildcard, [how]]])
----------------------------------------------------------------------

Return an iterator on values associated with each keys.
Keys are matched optionally to the prefix using the same logic
and arguments as in the keys() method.