Register and return the ALLOW_BYTES flag.
()
| 840 | |
| 841 | |
| 842 | def _get_allow_bytes_flag() -> int: |
| 843 | """Register and return the ALLOW_BYTES flag.""" |
| 844 | import doctest |
| 845 | |
| 846 | return doctest.register_optionflag("ALLOW_BYTES") |
| 847 | |
| 848 | |
| 849 | def _get_number_flag() -> int: |
no outgoing calls
no test coverage detected
searching dependent graphs…