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
Release files for iload 0.1.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iload-0.1.10.zip | 2.8 kB | Details |
Release files / iload-0.1.10.zip
| Download URL | iload-0.1.10.zip |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8a390f4564483867c78fe306af657f174dfee105a0307fe7f15fffd4b95b6d36
|
|
BLAKE2b-256 checksum How to use checksums |
539c84d555f893c7745c67681b966d1a5ae1d33a753bce6942aa2f41be2ec84a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |