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

Function is_incremental

mypy/test/data.py:813–814  ·  view source on GitHub ↗
(testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

811
812
813def is_incremental(testcase: DataDrivenTestCase) -> bool:
814 return "incremental" in testcase.name.lower() or "incremental" in testcase.file
815
816
817def has_stable_flags(testcase: DataDrivenTestCase) -> bool:

Callers

nothing calls this directly

Calls 1

lowerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…