From b20497d2a8c11a6210e6925f9cad6d97ff7f713b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 10 Aug 2015 07:35:50 -0400 Subject: Add docstring for source_token_lines --- coverage/plugin_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/plugin_support.py') diff --git a/coverage/plugin_support.py b/coverage/plugin_support.py index 8863b435..f88342e9 100644 --- a/coverage/plugin_support.py +++ b/coverage/plugin_support.py @@ -160,7 +160,7 @@ class DebugFileTracerWrapper(FileTracer): return "%s@%d" % ( os.path.basename(frame.f_code.co_filename), frame.f_lineno, - ) + ) def source_filename(self): sfilename = self.tracer.source_filename() -- cgit v1.2.1