MCPcopy
hub / github.com/pytest-dev/pytest / _get_allow_unicode_flag

Function _get_allow_unicode_flag

src/_pytest/doctest.py:682–686  ·  view source on GitHub ↗

Register and return the ALLOW_UNICODE flag.

()

Source from the content-addressed store, hash-verified

680
681
682def _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
689def _get_allow_bytes_flag() -> int:

Callers 2

_get_flag_lookupFunction · 0.85
check_outputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected