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

Unified Diff: tools/telemetry/telemetry/timeline/process.py

Issue 1028903002: [Telemetry] Style fix, make docstrings consistent with style guide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « tools/telemetry/telemetry/timeline/model.py ('k') | tools/telemetry/telemetry/timeline/sample.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/timeline/process.py
diff --git a/tools/telemetry/telemetry/timeline/process.py b/tools/telemetry/telemetry/timeline/process.py
index dbf9212e37a48e4c58359d803ff29768a97c33e2..08e2ee0589f2fdbcf49bd0bb82f25dad94daeb6a 100644
--- a/tools/telemetry/telemetry/timeline/process.py
+++ b/tools/telemetry/telemetry/timeline/process.py
@@ -9,8 +9,8 @@ import telemetry.timeline.thread as tracing_thread
class Process(event_container.TimelineEventContainer):
- ''' The Process represents a single userland process in the trace.
- '''
+ """The Process represents a single userland process in the trace.
+ """
def __init__(self, parent, pid):
super(Process, self).__init__('process %s' % pid, parent)
self.pid = pid
« no previous file with comments | « tools/telemetry/telemetry/timeline/model.py ('k') | tools/telemetry/telemetry/timeline/sample.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698