Raised if conflicting options are added to an OptionParser.
| 111 | return self.msg |
| 112 | |
| 113 | class OptionConflictError (OptionError): |
| 114 | """ |
| 115 | Raised if conflicting options are added to an OptionParser. |
| 116 | """ |
| 117 | |
| 118 | class OptionValueError (OptParseError): |
| 119 | """ |
no outgoing calls
no test coverage detected
searching dependent graphs…