Walks a map_if tree. Tracks loop/segment counting, missing
loop/segment.
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
node
|
walk(self,
node,
seg_data,
errh,
seg_count,
cur_line,
ls_id)
Walk the node tree from the starting node to the node matching
seg_data. |
source code
|
|
|
|
|
|
boolean
|
_is_loop_match(self,
loop_node,
seg_data,
errh,
seg_count,
cur_line,
ls_id)
Try to match the current loop to the segment Handle loop and segment
counting. |
source code
|
|
node
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|