Register and return the ALLOW_BYTES flag.
()
| 687 | |
| 688 | |
| 689 | def _get_allow_bytes_flag() -> int: |
| 690 | """Register and return the ALLOW_BYTES flag.""" |
| 691 | import doctest |
| 692 | |
| 693 | return doctest.register_optionflag("ALLOW_BYTES") |
| 694 | |
| 695 | |
| 696 | def _get_number_flag() -> int: |
no outgoing calls
no test coverage detected