| Server IP : 118.27.122.248 / Your IP : 216.73.217.50 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python27/lib64/python2.7/test/ |
Upload File : |
�
�q2_c @ s� d Z d d l m Z d d l Z d d l Z d d l m Z d d l m Z m Z m Z m
Z
m Z d d l Z d e j
f d � � YZ d e j
f d � � YZ d
e j
f d � � YZ d � Z e d
k r� e � n d S( s Test cases for traceback modulei����( t StringION( t reload( t run_unittestt is_jythont Errort cpython_onlyt captured_outputt TracebackCasesc B s� e Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z
d � Z d
� Z d � Z
d � Z d
� Z d � Z d � Z RS( c C s; y | � Wn | k
r- } t j | | � SXt d � d S( Ns call did not raise exception( t tracebackt format_exception_onlyt
ValueError( t selft funct exct value( ( s8 /opt/alt/python27/lib64/python2.7/test/test_traceback.pyt get_exception_format s
c C s t d d d � d S( Ns def fact(x):
return x!
t ?t exec( t compile( R ( ( s8 /opt/alt/python27/lib64/python2.7/test/test_traceback.pyt syntax_error_with_caret s c C s t d d d � d S( Ns 1 +
R R ( R ( R ( ( s8 /opt/alt/python27/lib64/python2.7/test/test_traceback.pyt syntax_error_with_caret_2 s c C s d d l } d S( Ni����( t test.badsyntax_nocaret( R t test( ( s8 /opt/alt/python27/lib64/python2.7/test/test_traceback.pyt syntax_error_without_caret s c C s t d d d � d S( Ns def spam():
print 1
print 2R R ( R ( R ( ( s8 /opt/alt/python27/lib64/python2.7/test/test_traceback.pyt syntax_error_bad_indentation# s c C s t d d d � d S( Ns print(2)R R ( R ( R ( ( s8 /opt/alt/python27/lib64/python2.7/test/test_traceback.pyt syntax_error_bad_indentation2&