Current Path : /compat/linux/proc/self/root/usr/local/lib/python2.5/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/local/lib/python2.5/runpy.pyo |
³ò h”Rc @ s d Z d d k Z d d k Z y d d k l Z Wn# e j o d d k l Z n Xd g Z d „ Z d d d d e d „ Z d „ Z d d e d „ Z e d j oR e e i ƒ d j o e i d IJqü e i d =e e i d d d d e ƒn d S( sZ 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. iÿÿÿÿN( t get_loadert run_modulec B sF | d j o | i | ƒ n | i d | d | d | ƒ | | U| S( s Helper for _run_module_codet __name__t __file__t __loader__N( t Nonet update( t codet run_globalst init_globalst mod_namet mod_fnamet mod_loader( ( s! /usr/local/lib/python2.5/runpy.pyt _run_code s c C sè | oÄ t i | ƒ } | i } t i d } | t i j } | o t i | } n | t i d <| t i | <z t | | | | | | ƒ Wd | t i d <X| o | t i | <n t i | =| i ƒ Sn t | h | | | | ƒ Sd S( s Helper for run_modulei N( t impt new_modulet __dict__t syst argvt modulesR t copy( R R R R R t alter_syst temp_modulet mod_globalst saved_argv0t restore_modulet saved_module( ( s! /usr/local/lib/python2.5/runpy.pyt _run_module_code# s&