Python bindings to oxyroot. Makes reading .root files blazing fast ๐Ÿš€
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do not expose version directly

+2
+2
python/oxyroot/__init__.py
··· 5 5 6 6 if hasattr(oxyroot, "__all__"): 7 7 __all__ = oxyroot.__all__ 8 + 9 + __all__.remove('version')