| Trees | Index | Help |
|
|---|
|
fileutils: Some file / file path manipulation utilities.
modutils: Python modules manipulation utility functions.
textutils: Some text manipulation utility functions.
__builtin__.object:
The most base type
__builtin__.file:
file(name[, mode[, buffering]]) -> file object
logilab.common.fileutils.ProtectedFile:
a special file-object class that automatically that automatically
does a 'chmod +w' when needed
XXX: for now, the way it is done allows 'normal file-objects' to be
created during the ProtectedFile object lifetime.
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception:
Common base class for all exceptions.
logilab.common.modutils.NoSourceFile:
exception raised when we are not able to get a python...
logilab.common.fileutils.UnresolvableError:
exception raised by relative path when it's unable to compute relative...
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jan 6 10:53:00 2006 | http://epydoc.sf.net |