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

Method _qformat

Lib/difflib.py:1056–1087  ·  view source on GitHub ↗

r""" Format "?" output and deal with leading tabs. Example: >>> d = Differ() >>> results = d._qformat('\tabcDefghiJkl\n', '\tabcdefGhijkl\n', ... ' ^ ^ ^ ', ' ^ ^ ^ ') >>> for line in results: print repr(line)

(self, aline, bline, atags, btags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_fancy_replaceMethod · 0.95

Calls 2

_count_leadingFunction · 0.85
rstripMethod · 0.80

Tested by

no test coverage detected