<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
šV~gc           @   sQ   d  Z  d d
 d „  ƒ  YZ e d k rM d d l Z e j d d d d	 e ƒn  d S(   s=   Provides "Strip trailing whitespace" under the "Format" menu.t   RstripExtensionc           B   s2   e  Z d  d d g f g Z d „  Z d d „ Z RS(   t   formats   Strip trailing whitespaces   <<do-rstrip>>c         C   s&   | |  _  |  j  j j d |  j ƒ d  S(   Ns   <<do-rstrip>>(   t   editwint   textt   bindt	   do_rstrip(   t   selfR   (    (    s<   /opt/alt/python27/lib64/python2.7/idlelib/RstripExtension.pyt   __init__   s    	c   	      C   sÊ   |  j  j } |  j  j } | j ƒ  t t | j d ƒ ƒ ƒ } x| t d | ƒ D]k } | j d | d | ƒ } t	 | ƒ } t	 | j
 ƒ  ƒ } | | k  rM | j d | | f d | ƒ qM qM W| j ƒ  d  S(   Nt   endi   s   %i.0s   %i.ends   %i.%i(   R   R   t   undot   undo_block_startt   intt   floatt   indext   ranget   gett   lent   rstript   deletet   undo_block_stop(	   R   t   eventR   R	   t   end_linet   curt   txtt   rawt   cut(    (    s<   /opt/alt/python27/lib64/python2.7/idlelib/RstripExtension.pyR      s    
%N(   s   Strip trailing whitespaces   <<do-rstrip>>(   t   __name__t
   __module__t   Nonet   menudefsR   R   (    (    (    s<   /opt/alt/python27/lib64/python2.7/idlelib/RstripExtension.pyR       s   	t   __main__iÿÿÿÿNs   idlelib.idle_test.test_rstript	   verbosityi   t   exit(    (   t   __doc__R    R   t   unittestt   maint   False(    (    (    s<   /opt/alt/python27/lib64/python2.7/idlelib/RstripExtension.pyt   <module>   s   