b374k
m1n1 1.01
Apache/2.2.15 (CentOS)
Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64
uid=48(apache) gid=48(apache) groups=48(apache)
server ip : 104.21.65.202 | your ip : 10.244.126.0
safemode OFF
 >  / usr / lib64 / python2.6 / compiler /
Filename/usr/lib64/python2.6/compiler/visitor.pyc
Size4.12 kb
Permissionrw-r--r--
Ownerapache
Create time23-Dec-2025 17:41
Last modified20-Jun-2019 19:45
Last accessed22-Apr-2026 13:08
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
Ñò
§ÚêLc@s[ddklZdd d��YZdefd��YZeZddd�Zd�ZdS(
iÿÿÿÿ(tastt
ASTVisitorcBs8eZdZdZd�Zd�Zd�Zd�ZRS(sPerforms a depth-first walk of the AST

The ASTVisitor will walk the AST, performing either a preorder or
postorder traversal depending on which method is called.

methods:
preorder(tree, visitor)
postorder(tree, visitor)
tree: an instance of ast.Node
visitor: an instance with visitXXX methods

The ASTVisitor is responsible for walking over the tree in the
correct order. For each node, it checks the visitor argument for
a method named 'visitNodeType' where NodeType is the name of the
node's class, e.g. Class. If the method exists, it is called
with the node as its sole argument.

The visitor method for a particular node type can control how
child nodes are visited during a preorder walk. (It can't control
the order during a postorder walk, because it is called _after_
the walk has occurred.) The ASTVisitor modifies the visitor
argument by adding a visit method to the visitor; this method can
be used to visit a child node of arbitrary type.
icCsd|_h|_dS(N(tNonetnodet_cache(tself((s(/usr/lib64/python2.6/compiler/visitor.pyt__init__"s cGs+x$|i�D]}|i||�q
WdS(N(t
getChildNodestdispatch(RRtargstchild((s(/usr/lib64/python2.6/compiler/visitor.pytdefault&s
cGsw||_|i}|ii|d�}|djo6|i}t|id||i�}||i|<n|||�S(Ntvisit( Rt __class__RtgetRt__name__tgetattrtvisitorR (RRR tklasstmetht className((s(/usr/lib64/python2.6/compiler/visitor.pyR*s  
 cGs)||_|i|_|i||�dS(s&Do preorder walk of tree using visitorN(RRR (RttreeRR ((s(/usr/lib64/python2.6/compiler/visitor.pytpreorder;s  (Rt
__module__t__doc__tVERBOSERR RR(((s(/usr/lib64/python2.6/compiler/visitor.pyRs    tExampleASTVisitorcBseZdZhZd�ZRS(sÛPrints examples of the nodes that aren't visited

This visitor-driver is only useful for development, when it's
helpful to develop a visitor incrementally, and get feedback on what
you still have to do.
cGsU||_|ii|id�}|ii}|djo-t|id|d�}||i|i<n|idjo"dG|G|o
|ipdGHn|o|||�n¡|idjo�|i}||i jof||i |<H|iGH|GHxCt
|�D]5}|ddjodGd|Gt||�GHqqWHn|i ||�SdS( NR iiRtt_s s%-12.12s( RRRR
RRRRRtexamplestdirR (RRR RRRtattr((s(/usr/lib64/python2.6/compiler/visitor.pyRJs.  
" 

"(RRRRR(((s(/usr/lib64/python2.6/compiler/visitor.pyRAscCsK|djo
t�}n|dj o
||_n|i||�|iS(N(Rt_walkerRRR(RRtwalkertverbose((s(/usr/lib64/python2.6/compiler/visitor.pytwalkes 



cCsR|iGHxCt|�D]5}|ddjodGd|Gt||�GHqqWdS(NiRs s%-10.10s(R
RR(RR((s(/usr/lib64/python2.6/compiler/visitor.pytdumpNodems

N((tcompilerRRRR RR#R$(((s(/usr/lib64/python2.6/compiler/visitor.pyt<module>s
;#