Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/IPython/core/__pycache__/autocall.cpython-39.pyc
Ðазад
a o�h� � @ s8 d Z G dd� de�ZG dd� de�ZG dd� de�ZdS )zs Autocall capabilities for IPython.core. Authors: * Brian Granger * Fernando Perez * Thomas Kluyver Notes ----- c @ s* e Zd ZdZdZdZddd�Zdd� ZdS ) �IPyAutocallz� Instances of this class are always autocalled This happens regardless of 'autocall' variable state. Use this to develop macro-like mechanisms. NTc C s || _ d S �N��_ip��self�ip� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/IPython/core/autocall.py�__init__'