|
Apache/2.2.15 (CentOS) Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 uid=48(apache) gid=48(apache) groups=48(apache) server ip : 172.67.192.52 | your ip : 10.244.126.0 safemode OFF > / usr / lib64 / python2.6 / idlelib / |
| Filename | /usr/lib64/python2.6/idlelib/ScriptBinding.pyo |
| Size | 7.43 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 23-Dec-2025 17:41 |
| Last modified | 20-Jun-2019 19:45 |
| Last accessed | 20-Jun-2019 19:45 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
Ñò
§ÚêLc @ s� d Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l
Z
e i e i 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 idleConft _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 sq e Z d d d d g f g Z d � Z d � Z d � Z d � Z d � Z d
� Z d � Z
d � Z d
� Z RS( t runs Check Modules <<check-module>>s
Run Modules <<run-module>>c C s+ | | _ | i i | _ | i i | _ d S( N( t editwint flistt root( t selfR ( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyt __init__1 s c C sF | i � } | p d S| i | � p d S| i | � p d Sd S( Nt break( t getfilenamet checksyntaxt tabnanny( R t eventt filename( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyt check_module_event8 s c C sÀ
§ÚêLc @ s� d Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l
Z
e i e i 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 idleConft _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 sq e Z d d d d g f g Z d � Z d � Z d � Z d � Z d � Z d
� Z d � Z
d � Z d
� Z RS( t runs Check Modules <<check-module>>s
Run Modules <<run-module>>c C s+ | | _ | i i | _ | i i | _ d S( N( t editwint flistt root( t selfR ( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyt __init__1 s c C sF | i � } | p d S| i | � p d S| i | � p d Sd S( Nt break( t getfilenamet checksyntaxt tabnanny( R t eventt filename( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyt check_module_event8 s c C sÀ