OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_with_issue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
patch_servlet.py
94
path_with_issue
= self._request.path.lstrip('/')
95
if '/' in
path_with_issue
:
96
issue, path_without_issue =
path_with_issue
.split('/', 1)
patch_servlet_test.py
61
path_with_issue
= '%s/%s' % (issue, path)
62
return PatchServlet(Request.ForTest(
path_with_issue
, host=_ALLOWED_HOST),
Completed in 87 milliseconds