← Back
Editing: autocall.cpython-311.pyc
� �@�c� � �^ � d Z G d� de� � Z G d� de� � Z G d� de� � ZdS )zs Autocall capabilities for IPython.core. Authors: * Brian Granger * Fernando Perez * Thomas Kluyver Notes ----- c �( � e Zd ZdZdZdZdd�Zd� ZdS )�IPyAutocallz� Instances of this class are always autocalled This happens regardless of 'autocall' variable state. Use this to develop macro-like mechanisms. NTc � � || _ d S �N��_ip��self�ips �7/usr/lib/python3/dist-packages/IPython/core/autocall.py�__init__zIPyAutocall.__init__'