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.dev_appserver_import_hook.RestrictedPathFunction Class Reference
Inheritance diagram for google.appengine.tools.dev_appserver_import_hook.RestrictedPathFunction:

Public Member Functions

def __init__
 
def __call__
 

Detailed Description

Enforces access restrictions for functions that have a file or
directory path as their first argument.

Constructor & Destructor Documentation

def google.appengine.tools.dev_appserver_import_hook.RestrictedPathFunction.__init__ (   self,
  original_func 
)
Initializer.

Args:
  original_func: Callable that takes as its first argument the path to a
file or directory on disk; all subsequent arguments may be variable.

Member Function Documentation

def google.appengine.tools.dev_appserver_import_hook.RestrictedPathFunction.__call__ (   self,
  path,
  args,
  kwargs 
)
Enforces access permissions for the function passed to the constructor.

The documentation for this class was generated from the following file: