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

Function _get_allow_bytes_flag

IPython/testing/plugin/pytest_ipdoctest.py:842–846  ·  view source on GitHub ↗

Register and return the ALLOW_BYTES flag.

()

Source from the content-addressed store, hash-verified

840
841
842def _get_allow_bytes_flag() -> int:
843 """Register and return the ALLOW_BYTES flag."""
844 import doctest
845
846 return doctest.register_optionflag("ALLOW_BYTES")
847
848
849def _get_number_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…