MCPcopy Create free account
hub / github.com/pytest-dev/pytest / _get_allow_unicode_flag

Function _get_allow_unicode_flag

src/_pytest/doctest.py:692–696  ·  view source on GitHub ↗

Register and return the ALLOW_UNICODE flag.

()

Source from the content-addressed store, hash-verified

690
691
692def _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
699def _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