From 78eb9ec26d6073a1655d51f7ca1d91e3fb60b169 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 26 Feb 2020 07:44:40 -0500 Subject: Complete the docs for source_token_lines. #947 --- coverage/plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index b9cb7238..6997b489 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -496,6 +496,7 @@ class FileReporter(object): * ``'num'``: a number * ``'op'``: an operator * ``'str'``: a string literal + * ``'ws'``: some white space * ``'txt'``: some other kind of text If you concatenate all the token texts, and then join them with -- cgit v1.2.1