Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1939)

Unified Diff: appengine/findit/crash/predator.py

Issue 2613153006: [Predator] Add TouchCrashedFileMetaFeature. (Closed)
Patch Set: Add comments. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/crash/loglinear/test/feature_test.py ('k') | appengine/findit/crash/suspect.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/predator.py
diff --git a/appengine/findit/crash/predator.py b/appengine/findit/crash/predator.py
index 9040ff302d842d9a07d8cfb28ae873b569e037ad..f46941116f70fd06380059c0ba0179fb9a43ac7b 100644
--- a/appengine/findit/crash/predator.py
+++ b/appengine/findit/crash/predator.py
@@ -4,6 +4,7 @@
from crash.culprit import Culprit
+
# TODO(http://crbug.com/659346): write coverage tests.
class Predator(object): # pragma: no cover
"""The Main entry point into the Predator library."""
« no previous file with comments | « appengine/findit/crash/loglinear/test/feature_test.py ('k') | appengine/findit/crash/suspect.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698