-
- Downloads
[Exp PyROOT] Implement TCollection iteration with a generator function
After the upgrade of CPyCppyy to v1.5.1, the pythonisations of cppyy do not inject anymore the __iter__ method on TCollections. Before the update, cppyy was injecting __iter__ on any class that had a `begin` and an `end` methods, which is the case of TCollection. Since now cppyy does not inject __iter__, we can inject it ourselves in our TCollection pythonisation and the subclasses of TCollection will keep that pythonisation.
Showing
- bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_tcollection.py 9 additions, 19 deletions...rimental/PyROOT/python/ROOT/pythonization/_tcollection.py
- bindings/pyroot_experimental/PyROOT/python/ROOT/pythonization/_titer.py 0 additions, 39 deletions...t_experimental/PyROOT/python/ROOT/pythonization/_titer.py
- bindings/pyroot_experimental/PyROOT/test/CMakeLists.txt 0 additions, 3 deletionsbindings/pyroot_experimental/PyROOT/test/CMakeLists.txt
- bindings/pyroot_experimental/PyROOT/test/titer_iterator.py 0 additions, 33 deletionsbindings/pyroot_experimental/PyROOT/test/titer_iterator.py
Please register or sign in to comment