Register and return the ALLOW_UNICODE flag.
()
| 833 | |
| 834 | |
| 835 | def _get_allow_unicode_flag() -> int: |
| 836 | """Register and return the ALLOW_UNICODE flag.""" |
| 837 | import doctest |
| 838 | |
| 839 | return doctest.register_optionflag("ALLOW_UNICODE") |
| 840 | |
| 841 | |
| 842 | def _get_allow_bytes_flag() -> int: |
no outgoing calls
no test coverage detected
searching dependent graphs…