?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
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
iN( 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 <>s
Run Modules <>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 t | d } y t i t i | i Wn t i j
o@ } | \ } \ } } | i i | | i d d | t
St i j
o0 } | i i | i | i d t
t
SXt S( Nt rs Tabnanny Tokenizing Errors Token Error: %ss Tab/space error( t openR
t process_tokenst tokenizet generate_tokenst readlinet
TokenErrorR t gotolinet errorboxt Falset NannyNagt
get_linenot indent_messaget True( R R t ft msgt msgtxtt linenot startt nag( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyR
A s c
C s | i i | _ } | i } | i | i t | d } | i } | i d | j o. t i
d d | } t i
d d | } n | o | d d j o | d } n | i i } | i
d d d z y t | | d
SWn t t f j
o } y^ | \ } \ } }
} } | p( | | |
| | f f | _ | | _ n | i | |
| Wn d t | } n X| i d d
| t SXWd | i | Xd S( NR s
s \r\ns
s \rit ERRORs 1.0t endt execs *** s Syntax errors" There's an error in your program:
( R t
open_shellt shellt get_warning_streamt set_warning_streamt stderrR t readt closet ret subR t textt
tag_removet compilet SyntaxErrort
OverflowErrort argsR t colorize_syntax_errort strR R (
R R R) t saved_streamR t sourceR1 t errR t
errorfilenameR" t offsett line( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyR R s:
c C s | i i } d | d | d f } | i d | | i | } | o( | t j o | i d | d | n d | i | j o | i d | n | i d | d | i | d S( Ns 0.0 + %d lines + %d charsi R% s
wordstarts
t inserts +1c( R R1 t tag_addt gett
IDENTCHARSt mark_sett see( R R R" R= R1 t post char( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyR7 s s c C s | i } | p d S| i | } | p d S| i | p d S| i } | i } t i o | i n t i i
| } | i d | | f | i | | i
| d S( sY Run the module after setting up the environment.
First check the syntax. 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.
R
su if 1:
_filename = %r
import sys as _sys
from os.path import basename as _basename
if (not _sys.argv or
_basename(_sys.argv[0]) != _basename(_filename)):
_sys.argv = [_filename]
import os as _os
_os.chdir(%r)
del _filename, _sys, _basename, _os
( R R R
R) t interpR t use_subprocesst
restart_shellt ost patht dirnamet
runcommandt prepend_syspatht runcode( R R R t codeR) RG RL ( ( s- /usr/lib64/python2.6/idlelib/ScriptBinding.pyt run_module_event s$
c C s | i i i } | i i p t i d d d d d } | o | o | i i i d q | i } | i i i
| d j o&