Load or reload python object
Project description
Load or reload python object
import module:
import iload
load moudule:
mod = iload.iload('mymodule')
load function:
func = iload.iload('mymodule.func')
load class:
MyClass = iload.iload('mymodule.MyClass')
reload module:
new_mod = iload.ireload(mod)
reload function:
new_func = iload.ireload(func)
reload class:
NewMyClass = iload.ireload(MyClass)
Changes
0.1.8(2014-09-16)
Add CHANGES.rst and README.rst to MANIFEST.in
0.1.3
Add CHANGES.txt
Refactor setup.py
Use reStructuredText in README
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
iload-0.1.10.zip
(2.8 kB
view details)
File details
Details for the file iload-0.1.10.zip
.
File metadata
- Download URL: iload-0.1.10.zip
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a390f4564483867c78fe306af657f174dfee105a0307fe7f15fffd4b95b6d36 |
|
MD5 | 304b08130b18dc2ed98cd5e2b45d9f10 |
|
BLAKE2b-256 | 539c84d555f893c7745c67681b966d1a5ae1d33a753bce6942aa2f41be2ec84a |