Home
last modified time | relevance | path

Searched refs:match_routes (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/
Dwebapp2.py1111 match_routes = None variable in Router
1124 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]