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

Method schedule_patch

mypy/semanal.py:7872–7873  ·  view source on GitHub ↗
(self, priority: int, patch: Callable[[], None])

Source from the content-addressed store, hash-verified

7870 return TypeType.make_normalized(self_type)
7871
7872 def schedule_patch(self, priority: int, patch: Callable[[], None]) -> None:
7873 self.patches.append((priority, patch))
7874
7875 def report_hang(self) -> None:
7876 print("Deferral trace:")

Callers 2

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected