?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]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 l Z d d k l Z d d k l Z d d k l Z d d k l Z l Z l
Z
l Z l Z e i
d ƒ Z d e i f d „ ƒ YZ d
S( s Fixer for print.
Change:
'print' into 'print()'
'print ...' into 'print(...)'
'print ... ,' into 'print(..., end=" ")'
'print >>x, ...' into 'print(..., file=x)'
No changes are applied if print_function is imported from __future__
i ( t patcomp( t pytree( t token( t
fixer_base( t Namet Callt Commat Stringt is_tuples" atom< '(' [atom|STRING|NAME] ')' >t FixPrintc B s e Z d Z d „ Z d „ Z RS( sP
simple_stmt< any* bare='print' any* > | print_stmt
c C s | i d ƒ } | o* | i t t d ƒ g d | i ƒƒ d S| i d } t | ƒ d j o t i | d ƒ o d Sd } } } | o( | d t
ƒ j o | d } d } n | o> | d t i t
i d ƒ j o | d i ƒ } | d } n g } | D] } | | i ƒ q~ }
|
o d
|
d _ n | d j p | d j p
| d j oˆ | d j o# | i |
d t t | ƒ ƒ ƒ n | d j o# | i |
d t t | ƒ ƒ ƒ n | d j o | i |
d
| ƒ qén t t d ƒ |
ƒ } | i | _ | S( Nt bareu printt prefixi i iÿÿÿÿt u >>i u u sepu endu file( t gett replaceR R R t childrent lent parend_exprt matcht NoneR R t LeafR t
RIGHTSHIFTt clonet add_kwargR t repr( t selft nodet resultst
bare_printt argst sept endt filet _[1]t argt l_argst n_stmt( ( s/ /usr/lib64/python2.6/lib2to3/fixes/fix_print.pyt transform# s8
'
'''
#
#
c C st d | _ t i | i i t | ƒ t i t i d ƒ | f ƒ } | o | i t
ƒ ƒ d | _ n | i | ƒ d S( Nu u =u ( R R t Nodet symst argumentR R R t EQUALt appendR ( R t l_nodest s_kwdt n_exprt
n_argument( ( s/ /usr/lib64/python2.6/lib2to3/fixes/fix_print.pyR K s
( t __name__t
__module__t PATTERNR% R ( ( ( s/ /usr/lib64/python2.6/lib2to3/fixes/fix_print.pyR s (N( t __doc__t R R t pgen2R R t
fixer_utilR R R R R t compile_patternR t BaseFixR ( ( ( s/ /usr/lib64/python2.6/lib2to3/fixes/fix_print.pyt s (