File: module_load.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 (7 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
load(path, deserializer) => Automaton
----------------------------------------------------------------------

Load automaton previously stored on disc using ``save`` method.

``Deserializer`` is a callable object which converts bytes back into
python object; it can be ``pickle.loads``.