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

Function _get_allow_bytes_flag

src/_pytest/doctest.py:689–693  ·  view source on GitHub ↗

Register and return the ALLOW_BYTES flag.

()

Source from the content-addressed store, hash-verified

687
688
689def _get_allow_bytes_flag() -> int:
690 """Register and return the ALLOW_BYTES flag."""
691 import doctest
692
693 return doctest.register_optionflag("ALLOW_BYTES")
694
695
696def _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