File: __init__.py

package info (click to toggle)
python-bloomfilter 1.0.3-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 116 kB
  • ctags: 66
  • sloc: python: 433; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
"""pybloom
 
"""
from pybloom import BloomFilter, ScalableBloomFilter, __version__, __author__