python (3.11.7)
    eg3                        d Z ddlZddlZddlZddlZddlZddgZ ee          Z	 G d de
          Z G d de
          Z	 	 	 dd	Z
	 	 	 dd
ZefdZ G d d
e          ZddZ	 	 ddZefdZd ZddZedk    rH eej                  dk     r edej                   dS ej        d=  eej        d                    dS dS )aZ  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.
    N
run_modulerun_pathc                   $    e Zd ZdZd Zd Zd ZdS )_TempModulezCTemporarily replace a module in sys.modules with an empty namespacec                 J    || _         t          |          | _        g | _        d S N)mod_name
ModuleTypemodule
_saved_moduleselfr	   s     9/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/runpy.py__init__z_TempModule.__init__   s&