Searched refs:match_routes (Results 1 – 1 of 1) sorted by relevance
1111 match_routes = None variable in Router1124 self.match_routes = []1143 self.match_routes.append(r)1203 for route in self.match_routes:1309 routes = self.match_routes + [v for k, v in \1310 self.build_routes.iteritems() if v not in self.match_routes]