![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | find_module |
def | load_module |
![]() | |
def | is_package |
def | get_source |
def | get_code |
Public Attributes | |
extra_accessible_paths | |
extra_sys_paths | |
An import hook that imports enabled modules from predetermined paths. Imports handled by this hook ignore the paths in sys.path, instead using paths discovered at initialization time. Attributes: extra_sys_paths: A list of paths that should be added to sys.path. extra_accessible_paths: A list of paths that should be accessible by sandboxed code.