OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_issue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher.py
79
self.
_issue
= issue
87
'api/%s' % self.
_issue
).content)
90
'Failed to fetch information for issue %s.' % self.
_issue
)
93
raise RietveldPatcherError('Issue %s has been closed.' % self.
_issue
)
97
raise RietveldPatcherError('Cannot parse issue %s.' % self.
_issue
)
101
self.
_issue
)
112
'api/%s/%s' % (self.
_issue
, patchset)).content)
115
'Failed to fetch details for issue %s patchset %s.' % (self.
_issue
,
121
(self.
_issue
, patchset))
144
return Future(callback=_GetAsyncFetchCallback(self.
_issue
,
[
all
...]
patch_servlet.py
27
self.
_issue
= issue
40
RietveldPatcher(self.
_issue
,
68
base_path='/_patch/%s/' % self.
_issue
)
Completed in 5270 milliseconds