MCPcopy Index your code
hub / github.com/python/cpython / format_witnesses

Function format_witnesses

Lib/tabnanny.py:267–272  ·  view source on GitHub ↗
(w)

Source from the content-addressed store, hash-verified

265 return a
266
267def format_witnesses(w):
268 firsts = (str(tup[0]) for tup in w)
269 prefix = "at tab size"
270 if len(w) > 1:
271 prefix = prefix + "s"
272 return prefix + " " + ', '.join(firsts)
273
274def process_tokens(tokens):
275 try:

Callers 1

_process_tokensFunction · 0.85

Calls 2

strFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…