File: automaton___sizeof__.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 (3 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
Return the approximate size in bytes occupied by the Automaton instance in
memory excluding the size of associated objects when the Automaton is created
with Automaton() or Automaton(ahocorasick.STORE_ANY).