Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
alt
/
python33
/
lib64
/
python3.3
/
__pycache__
[ HOME ]
Exec
Submit
runpy.cpython-33.pyc
� � f�( c @ s d Z d d l Z d d l Z d d l Z d d l Z d d l m Z m Z m Z d d g Z Gd d � d e � Z Gd d � d e � Z d d d d d d d � Z d d d d d d d � Z d d � Z d d � Z d d d � Z d d d d d � Z d d � Z d d � Z d d d d � Z e d k r{e e j � d k r]e d d e j �q{e j d =e e j d � n d S( uZ 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( u read_codeu get_loaderu get_importeru run_moduleu run_pathc B s>