Searched refs:thisnode (Results 1 – 1 of 1) sorted by relevance
207 def _unblock(thisnode, blocked, B): argument208 stack = set([thisnode])236 thisnode, nbrs = stack[-1]250 if thisnode in closed:251 _unblock(thisnode, blocked, B)253 for nbr in subG.neighbors(thisnode):254 if thisnode not in B[nbr]:255 B[nbr].add(thisnode)