Register and return the ALLOW_BYTES flag.
()
| 697 | |
| 698 | |
| 699 | def _get_allow_bytes_flag() -> int: |
| 700 | """Register and return the ALLOW_BYTES flag.""" |
| 701 | import doctest |
| 702 | |
| 703 | return doctest.register_optionflag("ALLOW_BYTES") |
| 704 | |
| 705 | |
| 706 | def _get_number_flag() -> int: |
no outgoing calls
no test coverage detected