Last updated:
0 purchases
iterdecor 0.0.3
Iter Decor pip package
Python package that makes your classes iterable.
Description
If you add the @Iterable decorator to your class, the __iter__ member function is being implemented in a way that iteration goes through all member values within the decorated class.
Examples
Please check source code for more detailes and examples.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.