Lines Matching full:getnode
776 def getNode(keys):779 key,parent = keys[-1],getNode(keys[:-1])786 n = getNode((ref.name,) + ref.section.indices)