HomeSort by relevance Sort by last modified time
    Searched full:make_app (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_urlmap.py 5 def make_app(response_text): function
19 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')
test_urlparser.py 16 def make_app(name): function
22 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')
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/jsonrpc-example-code/
jsonrpc.py 163 def make_app(expr): function
186 app = make_app(args[0])
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/
jsonrpc-example.txt 106 app = make_app(args[0])
117 app created by ``make_app(args[0])``. ``make_app`` will have to load
123 def make_app(expr):
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
urlparser.py 472 fa = self.make_app(full)
477 def make_app(self, filename): member in class:StaticURLParser
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/
news.txt 453 ``make_app``)
    [all...]

Completed in 155 milliseconds