Current File : //usr/local/apps/python3/lib/python3.11/idlelib/__pycache__/format.cpython-311.opt-1.pyc |
�
�Ke�= � �H � d Z ddlZddlmZ ddlmZ ddlmZ G d� d� � Ze� � � d� Z
d � Zd
� Zd� Z
d� Zd
� Z ej d� � Zd� Z G d� d� � Z G d� d� � Z G d� d� � Zedk rddlmZ eddd�� � dS dS )z�Format all or a selected region (line slice) of text.
Region formatting options: paragraph, comment block, indent, deindent,
comment, uncomment, tabify, and untabify.
File renamed from paragraph.py with functions added from editor.py.
� N)�askyesno)�
askinteger)�idleConfc �<