π File Manager By @h0rn3t_sp1d3r
π Change Directory:
Go
/
/
lib64
/
python2.7
/
idlelib
/
[ HOME ]
β¬ οΈ [ PARENT DIR ]
π€ Upload
οΏ½ {fc @ sοΏ½ d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z e j e j d Z d Z d d d οΏ½ οΏ½ YZ d S( s? Extension to execute code outside the Python shell window. This adds the following commands: - Check module does a full syntax check of the current module. It also runs the tabnanny to catch any inconsistent tabs. - Run module executes 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. XXX GvR Redesign this interface (yet again) as follows: - Present a dialog box for ``Run Module'' - Allow specify command line arguments in the dialog box iοΏ½οΏ½οΏ½οΏ½N( t PyShell( t idleConf( t macosxSupportt _s/ 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. t ScriptBindingc B sοΏ½ e Z d d d d g f g Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z e j οΏ½ rr e Z d οΏ½ Z n d οΏ½ Z d οΏ½ Z d οΏ½ Z RS( t runs Check Modules <<check-module>>s Run Modules <<run-module>>c C sS | | _ | j j | _ | j j | _ t j οΏ½ rO | j j j d | j οΏ½ n d S( Ns <<run-module-event-2>>( t editwint flistt rootR t isCocoaTkt text_framet bindt _run_module_event( t selfR ( ( s- /usr/lib64/python2.7/idlelib/ScriptBinding.pyt __init__2 s c C s@ | j οΏ½ } | s d S| j | οΏ½ s) d S| j | οΏ½ s<