We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655c8fd commit 4ec186aCopy full SHA for 4ec186a
coverage/parser.py
@@ -449,8 +449,7 @@ def child_parsers(self) -> Iterable[ByteParser]:
449
def _line_numbers(self) -> Iterable[TLineNo]:
450
"""Yield the line numbers possible in this code object.
451
452
- Uses co_lines described in Python/compile.c to find the
453
- line numbers. Produces a sequence: l0, l1, ...
+ Uses co_lines() to produce a sequence: l0, l1, ...
454
"""
455
for _, _, line in self.code.co_lines():
456
if line:
0 commit comments