MCPcopy Index your code
hub / github.com/ipython/ipython / _get_allow_unicode_flag

Function _get_allow_unicode_flag

IPython/testing/plugin/pytest_ipdoctest.py:835–839  ·  view source on GitHub ↗

Register and return the ALLOW_UNICODE flag.

()

Source from the content-addressed store, hash-verified

833
834
835def _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
842def _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

Used in the wild real call sites across dependent graphs

searching dependent graphs…