OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugLabelPatterns
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/dashboard/dashboard/models/
bug_label_patterns.py
15
# String ID for the single
BugLabelPatterns
entity.
19
class
BugLabelPatterns
(ndb.Model):
22
There should only ever be one
BugLabelPatterns
entity, and it has a single
30
"""Fetches the single
BugLabelPatterns
entity."""
31
entity = ndb.Key(
BugLabelPatterns
, _ID).get()
34
entity =
BugLabelPatterns
(id=_ID)
bug_label_patterns_test.py
19
1, len(bug_label_patterns.
BugLabelPatterns
.query().fetch()))
Completed in 85 milliseconds