403Webshell
Server IP : 217.160.0.212  /  Your IP : 216.73.216.141
Web Server : Apache
System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64
User : sws1073854427 ( 1073854427)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/IPython/testing/plugin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/IPython/testing/plugin//test_exampleip.txt
=================================
 Tests in example form - IPython
=================================

You can write text files with examples that use IPython prompts (as long as you
use the nose ipython doctest plugin), but you can not mix and match prompt
styles in a single file.  That is, you either use all ``>>>`` prompts or all
IPython-style prompts.  Your test suite *can* have both types, you just need to
put each type of example in a separate. Using IPython prompts, you can paste
directly from your session::

    In [5]: s="Hello World"

    In [6]: s.upper()
    Out[6]: 'HELLO WORLD'

Another example::

    In [8]: 1+3
    Out[8]: 4

Just like in IPython docstrings, you can use all IPython syntax and features::

    In [9]: !echo hello
    hello

    In [10]: a='hi'

    In [11]: !echo $a
    hi

Youez - 2016 - github.com/yon3zu
LinuXploit