blob: 3372ff6ade777e18393c1294527acf04a04efa15 (
plain) (
blame)
1
2
3
4
5
6
7
|
Resolve specially formated statements to Python objects.
Turn strings like "packagename.modulename:Eval().the_rest()" into
whatever you would get back by performing a similar sequence of
imports and calls. This is useful for config files and situations
where you would like to import things in a lazy way. Later this
package will probably provide a way to restrict resolution for safety.
|