Find classmates in module.
Project description
# classdirectory
Get your objects here.
## Usage
```python
from classdirectory import ClassDirectory
import your_module
cd = ClassDirectory(your_module)
matching_classes = cd.find(parent=your_module.Parent, regex='Something$')
```
Get your objects here.
## Usage
```python
from classdirectory import ClassDirectory
import your_module
cd = ClassDirectory(your_module)
matching_classes = cd.find(parent=your_module.Parent, regex='Something$')
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
classdirectory-0.1.2.tar.gz
(2.7 kB
view hashes)