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

Method enqueue_fix

mypy/test/data.py:786–787  ·  view source on GitHub ↗
(self, fix: DataFileFix)

Source from the content-addressed store, hash-verified

784 self._apply_fixes()
785
786 def enqueue_fix(self, fix: DataFileFix) -> None:
787 self._fixes.append(fix)
788
789 def _apply_fixes(self) -> None:
790 if not self._fixes:

Callers 1

update_testcase_outputFunction · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected