Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/runpy.html
Дата изменения: Thu Nov 5 13:46:17 2015 Дата индексирования: Sun Apr 10 19:45:50 2016 Кодировка: |
runpy | index /usr/local/Python-2.5/lib/python2.5/runpy.py Module Docs |
runpy.py - locating and running Python code using the module namespace
Provides support for locating and running Python scripts using the Python
module namespace instead of the native filesystem.
This allows Python code to play nicely with non-filesystem based PEP 302
importers when locating support scripts as well as when importing modules.
Modules | ||||||
|
Functions | ||
|
Data | ||
__all__ = ['run_module'] |