| Server IP : 217.160.0.135 / Your IP : 216.73.217.117 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 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/__pycache__/ |
Upload File : |
�
�@�c� � �* � d Z ddlZd� Zd� Zd� Zd� ZdS )z8Some simple tests for the plugin while running scripts.
� Nc � � dS )zA trivial passing test.N� r � �B/usr/lib/python3/dist-packages/IPython/testing/plugin/test_refs.py�test_trivialr s � ��Dr c � � dS )zOTest running a trivial script.
In [13]: run simplevars.py
x is: 1
Nr r r r �doctest_runr � � � � r c � � dS )z�Test that variables defined in scripts get loaded correctly via %run.
In [13]: run simplevars.py
x is: 1
In [14]: x
Out[14]: 1
Nr r r r �doctest_runvarsr r
r c � � dS )zlTest that variables defined interactively are picked up.
In [5]: zz=1
In [6]: zz
Out[6]: 1
Nr r r r �
doctest_ivarsr ! r
r )�__doc__�inspectr r r r r r r �<module>r s` ��� � ���� � � �� � �� � �� � � � r