Commonly used utilities
Functions
cacheProperty | a property type for getattr functions that only need to be called once per instance. | ||
capitalize | Python’s string ‘capitalize’ method is NOT equiv. to mel’s capitalize, which preserves | ||
escape | Escape all non-alphanumeric characters in pattern. | ||
interpreterBits | Returns the number of bits of the architecture the interpreter was compiled on (ie, 32 or 64). | ||
subpackages | Given a module object, returns an iterator which yields a tuple (modulename, moduleobject, ispkg) | ||
timer | |||
toZip | Sample for storing directory to a ZipFile | ||
uncapitalize | preserveAcronymns enabled ensures that ‘NTSC’ does not become ‘nTSC’ | ||
unescape |
|
Classes
path | Represents a filesystem path. |