Searched refs:create_handlers_map (Results 1 – 4 of 4) sorted by relevance
58 def create_handlers_map(): function67 pipeline_handlers_map = pipeline.create_handlers_map(prefix=".*/pipeline")101 return webapp.WSGIApplication(create_handlers_map(),
82 handlers_map = main.create_handlers_map()
28 _APP = webapp.WSGIApplication(pipeline.create_handlers_map(), debug=True)
3290 def create_handlers_map(prefix='.*'): function