<!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>
ž
¬ÿf¡  c               @   sO   d  Z  d d l m Z m Z d d l m Z m Z Gd d „  d e j ƒ Z d S(   u:   
Optional fixer to transform set() calls to set literals.
i    (   u
   fixer_baseu   pytree(   u   tokenu   symsc             B   s2   |  Ee  Z d  Z d Z d Z d Z d d „  Z d S(   u   FixSetLiteraluj  power< 'set' trailer< '('
                     (atom=atom< '[' (items=listmaker< any ((',' any)* [',']) >
                                |
                                single=any) ']' >
                     |
                     atom< '(' items=testlist_gexp< any ((',' any)* [',']) > ')' >
                     )
                     ')' > >
              c       	      C   s  | j  d ƒ } | rI t j t j | j ƒ  g ƒ } | j | ƒ | } n
 | d } t j t j	 d ƒ g } | j
 d d „  | j Dƒ ƒ | j t j t j d ƒ ƒ | j j | d
 _ t j t j | ƒ } | j | _ t | j ƒ d k r| j d	 } | j ƒ  | j | j d _ n  | S(   Nu   singleu   itemsu   {c             s   s   |  ] } | j  ƒ  Vq d  S(   N(   u   clone(   u   .0u   n(    (    uB   /opt/alt/python33/lib64/python3.3/lib2to3/fixes/fix_set_literal.pyu	   <genexpr>'   s    u*   FixSetLiteral.transform.<locals>.<genexpr>u   }i   i   i   iÿÿÿÿiÿÿÿÿ(   u   getu   pytreeu   Nodeu   symsu	   listmakeru   cloneu   replaceu   Leafu   tokenu   LBRACEu   extendu   childrenu   appendu   RBRACEu   next_siblingu   prefixu   dictsetmakeru   lenu   remove(	   u   selfu   nodeu   resultsu   singleu   fakeu   itemsu   literalu   makeru   n(    (    uB   /opt/alt/python33/lib64/python3.3/lib2to3/fixes/fix_set_literal.pyu	   transform   s"    	

u   FixSetLiteral.transformNT(   u   __name__u
   __module__u   __qualname__u   Trueu   BM_compatibleu   explicitu   PATTERNu	   transform(   u
   __locals__(    (    uB   /opt/alt/python33/lib64/python3.3/lib2to3/fixes/fix_set_literal.pyu   FixSetLiteral   s   
u   FixSetLiteralN(	   u   __doc__u   lib2to3u
   fixer_baseu   pytreeu   lib2to3.fixer_utilu   tokenu   symsu   BaseFixu   FixSetLiteral(    (    (    uB   /opt/alt/python33/lib64/python3.3/lib2to3/fixes/fix_set_literal.pyu   <module>   s   