Register and return the ALLOW_UNICODE flag.
()
| 680 | |
| 681 | |
| 682 | def _get_allow_unicode_flag() -> int: |
| 683 | """Register and return the ALLOW_UNICODE flag.""" |
| 684 | import doctest |
| 685 | |
| 686 | return doctest.register_optionflag("ALLOW_UNICODE") |
| 687 | |
| 688 | |
| 689 | def _get_allow_bytes_flag() -> int: |
no outgoing calls
no test coverage detected