a XC?hQ @sdZddlZddlZddlZddlZddlmZddlmZddl m Z ddl m Z ddl m Z ddl mZd ZGd d d Zed krdd lmZeddddS)aExecute 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@sZeZdZddZddZddZddZd d Zd d d dZddZ ddZ ddZ dS) ScriptBindingcCs*||_|jj|_|jj|_g|_d|_dS)Ng)editwinflistrootcli_argsperf)selfr r6/opt/alt/python39/lib64/python3.9/idlelib/runscript.py__init__&s   zScriptBinding.__init__cCsNt|jtjr|jjdS|}|s.dS||sr'offsetrz0.0 + %d lines + %d chars SyntaxErrorz%-20sF)r Z open_shellshellZget_warning_streamZset_warning_streamstderrrreadreplaceordr rZ tag_removecompiler2 OverflowError ValueErrorgetattrZcolorize_syntax_errorr#) rrr3Z saved_streamr%sourcer rvaluer&r'r1posrrrrOs<  &       zScriptBinding.checksyntaxcCs|j|ddS)NT customize)run_module_event)rrrrrrun_custom_eventmszScriptBinding.run_custom_eventFr?c Cs.trt|jdkrdSt|jtjr<|jj dS| }|sLdS| |}|s^dS| |sldS|rd|jd}t|jj ||jdj}|sdS|r|ngdf\|_}|jj}tjr|r|jd|dtj|} |g} |jr| |j7} |d |d | d | d ||||dS) ayRun the module after setting up the environment. First check the syntax. Next get customization. If OK, make sure the shell is active and then transfer the arguments, set the run environment's working directory to the directory of the module being executed and also add that directory to its sys.path if not already included. g?rz Customize z Run)r TF)Zwith_cwdrzif 1: __file__ = zi import sys as _sys from os.path import basename as _basename argv = z if (not _sys.argv or _basename(_sys.argv[0]) != _basename(__file__) or len(argv) > 1): _sys.argv = argv import os as _os _os.chdir(z:) del _sys, argv, _basename, _os )rZ isCocoaTktime perf_counterr rr rrrrrrrZ short_titlerr3r resultinterprZuse_subprocessZrestart_subprocessospathdirnameZ runcommandZprepend_syspathZruncode) rrr@rcodetitleZrun_argsZrestartrFrIargvrrrrApsP           zScriptBinding.run_module_eventcCsx|jjj}|jsttjddddd}|r>|r>|jjdn6|}|jj |rp|jjd|jjj}nd}|S)aGet source filename. If not saved, offer to save (or create) file The debugger requires a source file. Make sure there is one, and that the current version of the source buffer has been saved. If the user declines to save or cancels the Save As dialog, return None. If the user has configured IDLE for Autosave, the file will be silently saved if it already exists and is dirty. mainZGeneralautosavebool)typeN) r iorZ get_savedrZ GetOptionZsaveask_save_dialogr focus_set)rrrNconfirmrrrrs    zScriptBinding.getfilenamecCs d}tjd|tj|jjd}|S)Nz%Source Must Be Saved OK to Save?zSave Before Run or Check)rKmessagedefaultparent)rZ askokcancelZOKr r)rr&rTrrrrRszScriptBinding.ask_save_dialogcCs.tj|||jjd|jjt|_dS)N)rW)rZ showerrorr rrSrCrDr )rrKrUrrrr#s zScriptBinding.errorboxN) __name__ __module__ __qualname__rrrrrBrArrRr#rrrrr$s  9r__main__)rMz idlelib.idle_test.test_runscript) verbosity)__doc__rGrrCrZtkinterrZidlelib.configrZidlelibrrZ idlelib.queryrrr$rrXZunittestrMrrrrs         0