MCPcopy Index your code
hub / github.com/python/mypy / reset

Method reset

mypy/stubdoc.py:366–370  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

364 self.accumulator += token.string
365
366 def reset(self) -> None:
367 self.state = [STATE_INIT]
368 self.args = []
369 self.found = False
370 self.accumulator = ""
371
372 def get_signatures(self) -> list[FunctionSig]:
373 """Return sorted copy of the list of signatures found so far."""

Callers 1

add_tokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected