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

Function _get_number_flag

IPython/testing/plugin/pytest_ipdoctest.py:849–853  ·  view source on GitHub ↗

Register and return the NUMBER flag.

()

Source from the content-addressed store, hash-verified

847
848
849def _get_number_flag() -> int:
850 """Register and return the NUMBER flag."""
851 import doctest
852
853 return doctest.register_optionflag("NUMBER")
854
855
856def _get_report_choice(key: str) -> 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…