Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/prompt_toolkit/output/__pycache__/conemu.cpython-39.pyc
Ðазад
a d�hI � @ s� d dl mZ d dlZejdks"J �d dlmZmZ d dlmZ ddl m Z ddlmZ dd l mZ dd lmZ dgZG dd� d�Ze �e� dS ) � )�annotationsN�win32)�Any�TextIO��Size� )�Output)� ColorDepth)�Vt100_Output)�Win32Output�ConEmuOutputc @ sF e Zd ZdZddddd�dd�Zed d �dd��Zd dd�dd�ZdS )r a ConEmu (Windows) output abstraction. ConEmu is a Windows console application, but it also supports ANSI escape sequences. This output class is actually a proxy to both `Win32Output` and `Vt100_Output`. It uses `Win32Output` for console sizing and scrolling, but all cursor movements and scrolling happens through the `Vt100_Output`. This way, we can have 256 colors in ConEmu and Cmder. Rendering will be even a little faster as well. http://conemu.github.io/ http://gooseberrycreative.com/cmder/ Nr zColorDepth | None�None)�stdout�default_color_depth�returnc C s&