File: automaton_items.rst

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

Return an iterator on tuples of (key, value).
Keys are matched optionally to the prefix using the same logic
and arguments as in the keys() method.