![]() |
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 |
An import hook implementing a C module (builtin or extensions) whitelist. CModuleImportHook implements the PEP 302 finder protocol where it returns itself as a loader for any builtin module that isn't whitelisted or part of an enabled third-party library. The loader implementation always raises ImportError.