Closed mizvyt closed 5 years ago
Code reused and improved upon from:
https://github.com/axiak/pybloomfiltermmap/pull/83 (@klaussfreire)
https://github.com/axiak/pybloomfiltermmap/pull/59 (@trbs)
Added read_only property to BloomFilter to indicate whether the created bloom filter is read-only.
read_only
Updated documentation
@prashnts
I've rebased with upstream/master. Not sure which way is preferred by yourself, but I usually do rebase to update my branch in fork.
Code reused and improved upon from:
https://github.com/axiak/pybloomfiltermmap/pull/83 (@klaussfreire)
https://github.com/axiak/pybloomfiltermmap/pull/59 (@trbs)
Added
read_only
property to BloomFilter to indicate whether the created bloom filter is read-only.Updated documentation
@prashnts