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.devappserver2.python.sandbox.PathRestrictingImportHook Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.python.sandbox.PathRestrictingImportHook:

Public Member Functions

def __init__
 
def find_module
 
def load_module
 

Detailed Description

An import hook that restricts imports to accessible paths.

This import hook uses FakeFile.is_file_accessible to determine which paths are
accessible.

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