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

Function process_tokens

Lib/tabnanny.py:274–278  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

272 return prefix + " " + ', '.join(firsts)
273
274def process_tokens(tokens):
275 try:
276 _process_tokens(tokens)
277 except TabError as e:
278 raise NannyNag(e.lineno, e.msg, e.text)
279
280def _process_tokens(tokens):
281 INDENT = tokenize.INDENT

Callers 1

checkFunction · 0.85

Calls 2

_process_tokensFunction · 0.85
NannyNagClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…