MCPcopy Index your code
hub / github.com/python/cpython / OptionConflictError

Class OptionConflictError

Lib/optparse.py:113–116  ·  view source on GitHub ↗

Raised if conflicting options are added to an OptionParser.

Source from the content-addressed store, hash-verified

111 return self.msg
112
113class OptionConflictError (OptionError):
114 """
115 Raised if conflicting options are added to an OptionParser.
116 """
117
118class OptionValueError (OptParseError):
119 """

Callers 1

_check_conflictMethod · 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…