diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-02-26 07:44:40 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-02-26 07:44:40 -0500 |
commit | 78eb9ec26d6073a1655d51f7ca1d91e3fb60b169 (patch) | |
tree | 98ad30b4372c4a5e98baed6684e11a74d59641c7 /coverage/plugin.py | |
parent | 6f4c0dcd49c50ae393d30bd0b42c3df7661b50f2 (diff) | |
download | python-coveragepy-git-78eb9ec26d6073a1655d51f7ca1d91e3fb60b169.tar.gz |
Complete the docs for source_token_lines. #947
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |