Searched refs:make_app (Results 1 – 6 of 6) sorted by relevance
5 def make_app(response_text): function19 mapper[''] = make_app(text % 'root')20 mapper['/foo'] = make_app(text % 'foo-only')21 mapper['/foo/bar'] = make_app(text % 'foo:bar')22 mapper['/f'] = make_app(text % 'f-only')
16 def make_app(name): function22 app = make_app('find_file')56 app = make_app('deep')68 app = make_app('python')79 app = make_app('hook')86 app = make_app('not_found')
163 def make_app(expr): function186 app = make_app(args[0])
472 fa = self.make_app(full)477 def make_app(self, filename): member in StaticURLParser
106 app = make_app(args[0])117 app created by ``make_app(args[0])``. ``make_app`` will have to load123 def make_app(expr):
453 ``make_app``)