App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.old_dev_appserver.PathAdjuster Class Reference
Inheritance diagram for google.appengine.tools.old_dev_appserver.PathAdjuster:

Public Member Functions

def __init__
 
def AdjustPath
 

Detailed Description

Adjusts application file paths to paths relative to the application or
external library directories.

Constructor & Destructor Documentation

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.

Member Function Documentation

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: