Adjusts application file paths to paths relative to the application or
external library directories.
def google.appengine.tools.old_dev_appserver.PathAdjuster.__init__ |
( |
|
self, |
|
|
|
root_path |
|
) |
| |
Initializer.
Args:
root_path: Path to the root of the application running on the server.
def google.appengine.tools.old_dev_appserver.PathAdjuster.AdjustPath |
( |
|
self, |
|
|
|
path |
|
) |
| |
Adjusts application file paths to relative to the application.
More precisely this method adjusts application file path to paths
relative to the application or external library directories.
Handler paths that start with $PYTHON_LIB will be converted to paths
relative to the google directory.
Args:
path: File path that should be adjusted.
Returns:
The adjusted path.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/old_dev_appserver.py