Register and return the ALLOW_UNICODE flag.
()
| 690 | |
| 691 | |
| 692 | def _get_allow_unicode_flag() -> int: |
| 693 | """Register and return the ALLOW_UNICODE flag.""" |
| 694 | import doctest |
| 695 | |
| 696 | return doctest.register_optionflag("ALLOW_UNICODE") |
| 697 | |
| 698 | |
| 699 | def _get_allow_bytes_flag() -> int: |
no outgoing calls
no test coverage detected