1 Filesystem Interface

_statDocRoot (path)
If talking to a normal filesystem, this would return os.stat(path).
_getDocRootModTime (path)
If talking to a normal filesystem, this would return os.stat(path)[stat.ST_MTIME].
_readDocRoot (path)
If talking to a normal filesystem, this would return open(path).read().