Last updated:
0 purchases
classdirectory 0.1.2
# classdirectoryGet your objects here.## Usage```pythonfrom classdirectory import ClassDirectoryimport your_modulecd = ClassDirectory(your_module)matching_classes = cd.find(parent=your_module.Parent, regex='Something$')```
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.