Register and return the NUMBER flag.
()
| 847 | |
| 848 | |
| 849 | def _get_number_flag() -> int: |
| 850 | """Register and return the NUMBER flag.""" |
| 851 | import doctest |
| 852 | |
| 853 | return doctest.register_optionflag("NUMBER") |
| 854 | |
| 855 | |
| 856 | def _get_report_choice(key: str) -> int: |
no outgoing calls
no test coverage detected
searching dependent graphs…