Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/IPython/core/magics/__pycache__/execution.cpython-39.pyc
Ðазад
a o�h�� � @ s2 d Z ddlZddlZddlZddlZddlZddlZddl Z ddl Z ddlZddlZddl Z ddlZddlZddlZddlZddlmZmZ ddlmZmZmZmZmZmZmZmZmZmZ ddlm Z ddl!m"Z" ddl#m$Z$ ddl%m&Z& dd l'm(Z(m)Z) dd l*m+Z+ ddl,m-Z-m.Z.m/Z/ ddl0m1Z1 dd l2m3Z3 ddl4m5Z5 ddl6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z=m>Z>m?Z? ddl@mAZA ddlBmCZC ddlDmEZE ddlFmGZG ddlHmIZI ddlJmKZKmLZL ddlMmNZNmOZO ddlPmQZQ G dd� deR�ZSG dd� dej�ZTG dd� dejU�ZUe;G dd� de7��ZVd d!� ZWd%d#d$�ZXdS )&z4Implementation of execution-related magic functions.� N)�Dict�Any) �Assign�Call�Expr�Load�Module�Name�NodeTransformer�Store�parse�unparse)�StringIO)�error)�Path)�Restart)�dedent�indent)�warn)�magic_arguments�oinspect�page)�DisplayHook)� UsageError)�Macro) �Magics� cell_magic�line_cell_magic� line_magic�magics_class�needs_local_scope� no_var_expand�on_off�output_can_be_silenced)�skip_doctest)�capture_output)� preserve_keys)�Struct)�find_mod)�get_py_filename� shellglob)�clock�clock2)�ReplaceCodeTransformerc @ s@ e Zd ZdZdd� Zedd� �Zedd� �Zdd � Zd d� Z dS ) �TimeitResulta� Object returned by the timeit magic with info about the run. Contains the following attributes : loops: (int) number of loops done per measurement repeat: (int) number of times the measurement has been repeated best: (float) best execution time / number all_runs: (list of float) execution time of each run (in s) compile_time: (float) time of statement compilation (s) c sB |� _ |� _|� _|� _|� _|� _|� _� fdd�|D �� _d S )Nc s g | ]}|� j �qS � )�loops)�.0�dt��selfr/ ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/IPython/core/magics/execution.py� <listcomp>] � z)TimeitResult.__init__.<locals>.<listcomp>)r0 �repeat�best�worst�all_runs�compile_time� _precision�timings)r4 r0 r8 r9 r: r; r<