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 details)
File details
Details for the file classdirectory-0.1.2.tar.gz
.
File metadata
- Download URL: classdirectory-0.1.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 293578d6741175137445706c8515372809e200275b19751459596e51fedb4a3e |
|
MD5 | c46170db8c83a6a1f5f728143b374ca3 |
|
BLAKE2b-256 | 6151cb1b727ff6b4c7461de4467f1e8b013128db7f34dfba452a02623268b2f7 |