MCPcopy
hub / github.com/python/mypy / set_strict_flags

Function set_strict_flags

mypy/config_parser.py:683–685  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

681 strict_found = False
682
683 def set_strict_flags() -> None:
684 nonlocal strict_found
685 strict_found = True
686
687 new_sections, reports = parse_section(
688 "", template, set_strict_flags, parser["dummy"], ini_config_types, stderr=stderr

Callers 1

parse_sectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…