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.0.tar.gz
(2.7 kB
view details)
File details
Details for the file classdirectory-0.1.0.tar.gz
.
File metadata
- Download URL: classdirectory-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6fc7e0f2297a5c7fbba132047273ca05a4e71dfa14fb8106e269057cb32e42dd
|
|
MD5 |
77fdbc50b57c3b16b27a12062ff2e1c3
|
|
BLAKE2b-256 |
3794b81c5bc19d677f3b8712f19afb172c58936f87aa0cd3d791ac4efb47f38a
|