Register and return the NUMBER flag.
()
| 694 | |
| 695 | |
| 696 | def _get_number_flag() -> int: |
| 697 | """Register and return the NUMBER flag.""" |
| 698 | import doctest |
| 699 | |
| 700 | return doctest.register_optionflag("NUMBER") |
| 701 | |
| 702 | |
| 703 | def _get_report_choice(key: str) -> int: |
no outgoing calls
no test coverage detected