U e5d"K@sdZddlTd=ddddd Zd d Zd>d dZddZddZd?ddZddZddZ d@ddZ ddZ ddZ dd d!d"Z d#d$ZGd%d&d&eZGd'd(d(eZd)d*Zd+d,Zeeee_eeee_Gd-d.d.eZd/d0ZGd1d2d2eed3ZGd4d5d5eed3ZGd6d7d7eed3ZGd8d9d9eed3ZGd:d;d;eed3Zee e!e"fee#fee$feede%feed<fiZ&ee%fiZ'e%d9edd9e d2e!d2e"d2e#d5e$d7ed<d;iZ(dS)AaH ast ~~~ The `ast` module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this module helps to find out programmatically what the current grammar looks like and allows modifications of it. An abstract syntax tree can be generated by passing `ast.PyCF_ONLY_AST` as a flag to the `compile()` builtin function or by using the `parse()` function from this module. The result will be a tree of objects whose classes all inherit from `ast.AST`. A modified abstract syntax tree can be compiled into a Python code object using the built-in `compile()` function. Additionally various helper functions are provided that make working with the trees simpler. The main intention of the helper functions and this module in general is to provide an easy to use interface for libraries that work tightly with the python syntax (template engines for example). :copyright: Copyright 2008 by Armin Ronacher. :license: Python License. )* execFN) type_commentsfeature_versioncCsRt}|r|tO}t|tr4|\}}|dks.t|}n |dkr@d}t|||||dS)z Parse the source into an AST node. Equivalent to compile(source, filename, mode, PyCF_ONLY_AST). Pass type_comments=True to get back type comments where the syntax allows. N)_feature_version)Z PyCF_ONLY_ASTZPyCF_TYPE_COMMENTS isinstancetupleAssertionErrorcompile)sourcefilenamemoderrflagsmajorminorr/usr/lib64/python3.8/ast.pyparses   rcs`t|trt|dd}t|tr&|j}ddfddfddfd d |S) a Safely evaluate an expression node or a string containing a Python expression. The string or node provided may only consist of the following Python literal structures: strings, bytes, numbers, tuples, lists, dicts, sets, booleans, and None. eval)rcSstd|dS)Nzmalformed node or string: ) ValueErrornoderrr_raise_malformed_node>sz+literal_eval.._raise_malformed_nodecs,t|trt|jtttfkr&||jSN)r Constanttypevalueintfloatcomplexr)rrr _convert_num@sz"literal_eval.._convert_numcsDt|tr._convert_signed_numcst|tr|jSt|tr*tt|jSt|trDtt|jSt|t r^t t|jSt|t rt |j t |jkr|ttt|j t|jSt|trt|jttfr|j}|j}t|ttfrt|trt|jtr||S||S|Sr)r rrZTupler mapZeltsZListlistSetsetZDictlenkeysvaluesdictzipZBinOpr$ZAddZSubleftrightr r!r")rr0r1_convertr#r&rrrr3Ls,        zliteral_eval.._convert)r strrZ Expressionbody)Znode_or_stringrr2r literal_eval3s     r6Tcs2fddt|ts*td|jj|S)a Return a formatted dump of the tree in node. This is mainly useful for debugging purposes. If annotate_fields is true (by default), the returned string will show the names and the values for fields. If annotate_fields is false, the result string will be more compact by omitting unambiguous field names. Attributes such as line numbers and column offsets are not dumped by default. If this is wanted, include_attributes can be set to true. c st|trg}}|jD]V}zt||}Wntk rBd}YqX|r`|d||fq||qr|jr|jD]:}z |d|t||fWqtk rYqXqd|jjd |fSt|t rdd fdd|DSt |S)NTz%s=%sz%s(%s)z, z[%s]c3s|]}|VqdSrr).0x)_formatrr sz(dump.._format..) r AST_fieldsgetattrAttributeErrorappend _attributes __class____name__joinr(repr)rargskeywordsfieldrar9annotate_fieldsinclude_attributesrrr9ps*       zdump.._formatzexpected AST, got %r)r r; TypeErrorrArB)rrJrKrrIrdumpfs  rMcCsVdD]L}||jkr||jkrt||d}|dk sDt||r|drt|||q|S)z Copy source location (`lineno`, `col_offset`, `end_lineno`, and `end_col_offset` attributes) from *old_node* to *new_node* if possible, and return *new_node*. )lineno col_offset end_linenoend_col_offsetNZend_)r@r=hasattr startswithsetattr)new_nodeZold_nodeattrrrrr copy_locations rWcs fdd|dddd|S)a{ When you compile a node tree with compile(), the compiler expects lineno and col_offset attributes for every node that supports them. This is rather tedious to fill in for generated nodes, so this helper adds these attributes recursively where not already set, by setting them to the values of the parent node. It works recursively starting at *node*. csd|jkr"t|ds||_n|j}d|jkrDt|ds>||_n|j}d|jkrft|ds`||_n|j}d|jkrt|ds||_n|j}t|D]}|||||qdS)NrNrPrOrQ)r@rRrNrPrOrQiter_child_nodes)rrNrOrPrQchild_fixrrr[s$         z#fix_missing_locations.._fixrrrrrZrfix_missing_locationss r]r\cCsVt|D]H}d|jkr(t|dd||_d|jkrt|dd}dk r|||_q|S)z Increment the line number and end line number of each node in the tree starting at *node* by *n*. This is useful to "move code" to a different location in a file. rNrrPN)walkr@r=rNrP)rnrYrPrrrincrement_linenos   r`c cs:|jD].}z|t||fVWqtk r2YqXqdS)zs Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields`` that is present on *node*. N)r<r=r>)rrGrrr iter_fieldss  raccsLt|D]>\}}t|tr"|Vqt|tr|D]}t|tr0|Vq0qdS)z Yield all direct child nodes of *node*, that is, all fields that are nodes and all items of fields that are lists of nodes. N)rar r;r()rnamerGitemrrrrXs   rXcCst|ttttfs"td|jj|jr8t|jdt sroencodedecoderrinsertr?rC) rrrsrNrPrOrQrmZpaddingfirstZlastrrrget_source_segment*s&      rxccs<ddlm}||g}|r8|}|t||VqdS)z Recursively yield all descendant nodes in the tree starting at *node* (including *node* itself), in no specified order. This is useful if you only want to modify nodes in place and don't care about the context. r)dequeN) collectionsrypopleftextendrX)rryZtodorrrr^Ms   r^c@s(eZdZdZddZddZddZdS) NodeVisitora< A node visitor base class that walks the abstract syntax tree and calls a visitor function for every node found. This function may return a value which is forwarded by the `visit` method. This class is meant to be subclassed, with the subclass adding visitor methods. Per default the visitor functions for the nodes are ``'visit_'`` + class name of the node. So a `TryFinally` node visit function would be `visit_TryFinally`. This behavior can be changed by overriding the `visit` method. If no visitor function exists for a node (return value `None`) the `generic_visit` visitor is used instead. Don't use the `NodeVisitor` if you want to apply changes to nodes during traversing. For this a special visitor exists (`NodeTransformer`) that allows modifications. cCs"d|jj}t|||j}||S)z Visit a node.visit_)rArBr= generic_visit)selfrmethodvisitorrrrvisitos zNodeVisitor.visitcCsTt|D]F\}}t|tr:|D]}t|tr||qqt|tr||qdS)z9Called if no explicit visitor function exists for a node.N)rar r(r;r)rrrGrrcrrrrus   zNodeVisitor.generic_visitc Cs|j}tt|}|dkr@tD]\}}t||r$|}q@q$|dk rd|}zt||}Wntk rrYn&Xddl}| |dt d||S| |S)Nr~rz" is deprecated; add visit_Constant) r_const_node_type_namesgetritemsr r=r>warningswarnPendingDeprecationWarningr) rrrZ type_nameclsrbrrrrrrvisit_Constants(  zNodeVisitor.visit_ConstantN)rB __module__ __qualname____doc__rrrrrrrr}[s r}c@seZdZdZddZdS)NodeTransformeraG A :class:`NodeVisitor` subclass that walks the abstract syntax tree and allows modification of nodes. The `NodeTransformer` will walk the AST and use the return value of the visitor methods to replace or remove the old node. If the return value of the visitor method is ``None``, the node will be removed from its location, otherwise it is replaced with the return value. The return value may be the original node in which case no replacement takes place. Here is an example transformer that rewrites all occurrences of name lookups (``foo``) to ``data['foo']``:: class RewriteName(NodeTransformer): def visit_Name(self, node): return Subscript( value=Name(id='data', ctx=Load()), slice=Index(value=Str(s=node.id)), ctx=node.ctx ) Keep in mind that if the node you're operating on has child nodes you must either transform the child nodes yourself or call the :meth:`generic_visit` method for the node first. For nodes that were part of a collection of statements (that applies to all statement nodes), the visitor may also return a list of nodes rather than just a single node. Usually you use the transformer like this:: node = YourTransformer().visit(node) cCst|D]\}}t|trvg}|D]D}t|tr\||}|dkrFq"nt|ts\||q"||q"||dd<qt|tr||}|dkrt||qt|||q|Sr) rar r(r;rr|r?delattrrT)rrrG old_valueZ new_valuesrrUrrrrs&         zNodeTransformer.generic_visitN)rBrrrrrrrrrs#rcCs|jSrr)rrrr_gettersrcCs ||_dSrr)rrrrr_settersrc@seZdZddZdS)_ABCcCsft|tsdS|tkrZz |j}Wntk r6YdSXt|t|oXt|t|d St||S)NFr) r r _const_typesrr>_const_types_notrr__instancecheck__)rinstrrrrrs  z_ABC.__instancecheck__N)rBrrrrrrrrsrcOsf|D]<}||jkrq|j|}|t|krt|jd|q|tkrTt||Stj|f||S)Nz" got multiple values for argument )r<indexr+rLrBrr__new__)rrEkwargskeyposrrr_news    rc@seZdZdZeZdS)Num)r_NrBrrr<rrrrrrrsr) metaclassc@seZdZdZeZdS)rdreNrrrrrrdsrdc@seZdZdZeZdS)BytesrNrrrrrrsrc@seZdZeZdS) NameConstantN)rBrrrrrrrrrsrc@seZdZdZddZdS)EllipsisrcOs(|tkrtd||Stj|f||S)N.).)rrr)rrErrrrr szEllipsis.__new__N)rBrrr<rrrrrrsr.)rr)TF)r\)T))r_astrr6rMrWr]r`rarXrhrorrrxr^objectr}rrrpropertyrr_rerrrrrdrrrr r!r"r4bytesboolrrrrrrrsz 3 '#    #:>