Home | Trees | Index | Help |
|
---|
Package pydo :: Module utils |
|
Function Summary | |
---|---|
any(val,
iter)
| |
every(val,
iter)
| |
flatten(*l)
| |
formatTexp(o,
a)
| |
getall(modlist)
| |
getuser()
| |
iflatten(*l)
| |
This can associate a dynamically created class with a module so that it can be pickled properly. | |
string_to_obj(s,
numframes)
| |
_import_a_class(fqcn)
| |
turns an atom into a frozenset with one element, and a non-atom into a frozenset | |
_strip_tablename(colname)
| |
turns an atom into a tuple with one element, and a non-atom into a tuple |
Variable Summary | |
---|---|
zipimporter |
__loader__ = <zipimporter object "/usr/lib/python2.4/sit...
|
instancemethod |
debug = logging.Logger.debug |
Function Details |
---|
moduleize(module, kls, safe=True)This can associate a dynamically created class with a module so that it can be pickled properly. That doesn't mean it can necessarily be unpickled; the code that created and moduleized the class needs to run before unpickling can succeed. |
_setize(item)turns an atom into a frozenset with one element, and a non-atom into a frozenset |
_tupleize(item)turns an atom into a tuple with one element, and a non-atom into a tuple |
Variable Details |
---|
__loader__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Thu Feb 15 13:21:46 2007 | http://epydoc.sf.net |