| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| Spatch | |||
|
Factory easier construction of instance factories. |
|||
|
FactoryMixin a mixin providing factory, which produces Factorys |
|||
|
AutoLogger descriptor that returns a logger named after the class or subclass |
|||
|
LocalState a instance with support for thread-local attributes. |
|||
|
|||
| a module |
|
||
| a module |
|
||
| module |
|
||
| list of string |
|
||
| list of modules |
|
||
|
|||
|
|||
construct a module from source code. The module will not appear insys.path
|
construct a module from a file The module will not appear insys.path
|
|
|
import and return a list of all modules in pkgname This only works with the usual Python package layout. More obscure/magic variants (such as __path__) won't work.
|
a read-only thread-local property. Use this function as a decorator. When first accessed in each thread, it will create a thread-local attribute with the return value of the decoratored function. XXX extend to support set/delete? |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 10 05:37:07 2008 | http://epydoc.sourceforge.net |