MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _OptionError

Class _OptionError

tools/python-3.11.9-amd64/Lib/warnings.py:201–203  ·  view source on GitHub ↗

Exception used by option processing helpers.

Source from the content-addressed store, hash-verified

199 _filters_mutated()
200
201class _OptionError(Exception):
202 """Exception used by option processing helpers."""
203 pass
204
205# Helper to process -W options passed via sys.warnoptions
206def _processoptions(args):

Callers 3

_setoptionFunction · 0.85
_getactionFunction · 0.85
_getcategoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected