()
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…