|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /proc/self/root/opt/alt/python37/lib64/python3.7/idlelib/__pycache__/ |
B �l����� @ s� d Z ddlZddlZddlZddlmZ ddlmZ ddl m Z ddl mZ ddlm Z ddl mZ dZG d d � d �Zedkr�ddlmZ ed dd� 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)�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 @ sb e Zd Zdd� Zdd� Zdd� Zdd� Zd d � Zdd� Zd d�dd�Z dd� Z dd� Zdd� ZdS )� ScriptBindingc C s>