Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/IPython/testing/__pycache__/globalipapp.cpython-39.pyc
Ðазад
a o�hl � @ s| d Z ddlZddlZddlZddlmZ ddlmZ ddl m Z ddlmZ ddl mZ d d � add� Zd d� Zdd� ZdS )a Global IPython app to support test running. We must start our own ipython object and heavily muck with it so that all the modifications IPython makes to system behavior don't send the doctest machinery into a fit. This code should be considered a gross hack, but it gets the job done. � N)�Path� )�tools)�page)�io)�TerminalInteractiveShellc C s t � S )N)� start_ipython� r r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/IPython/testing/globalipapp.py�get_ipython s r c C s. t | j|ddd��� dtjd� tj�� dS )zFReplace the default system call with a capturing one for doctest. Fr )�split�depth� )�end�fileN)�print� getoutput�rstrip�sys�stdout�flush)�self�cmdr r r �xsys"