Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
python-Whoosh
NullMatcherClass-hashable.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File NullMatcherClass-hashable.patch of Package python-Whoosh
--- src/whoosh/matching/mcore.py | 3 +++ 1 file changed, 3 insertions(+) --- a/src/whoosh/matching/mcore.py +++ b/src/whoosh/matching/mcore.py @@ -379,6 +379,9 @@ class NullMatcherClass(Matcher): def __repr__(self): return "<NullMatcher>" + def __hash__(self): + return hash((self.is_active(), tuple(self.all_ids()))) + def supports_block_quality(self): return True
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor