Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
ZEO
8b38c4744e61a77c3b7c0ca510abecceb71135c8
8b38c4744e61a77c3b7c0ca510abecceb71135c8
Switch branch/tag
ZEO
src
BTrees
__init__.py
Find file
Normal view
History
Permalink
__init__.py
62 Bytes
Edit
Web IDE
Newer
Older
New BTree implementation without counts
Jim Fulton
committed
24 years ago
1
import
ZODB
Added support for intSets in set operations, for now.
Jim Fulton
committed
24 years ago
2
3
4
5
try
:
import
intSet
except
:
pass
else
:
del
intSet