MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _line_iterator

Function _line_iterator

Lib/difflib.py:1450–1539  ·  view source on GitHub ↗

Yields from/to lines of text with a change indication. This function is an iterator. It itself pulls lines from a differencing iterator, processes them and yields them. When it can it yields both a "from" and a "to" line, otherwise it will yield one or the other.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_line_pair_iteratorFunction · 0.85

Calls 5

_make_lineFunction · 0.85
startswithMethod · 0.80
appendMethod · 0.45
nextMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected