MCPcopy Create free account
hub / github.com/microsoft/debugpy / isnt_valid

Method isnt_valid

src/debugpy/common/messaging.py:520–522  ·  view source on GitHub ↗

Same as self.error(InvalidMessageError, ...).

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

518 return exc
519
520 def isnt_valid(self, *args, **kwargs):
521 """Same as self.error(InvalidMessageError, ...)."""
522 return self.error(InvalidMessageError, *args, **kwargs)
523
524 def cant_handle(self, *args, **kwargs):
525 """Same as self.error(MessageHandlingError, ...)."""

Callers 14

property_or_debug_optionFunction · 0.80
launch_requestFunction · 0.80
__call__Method · 0.80
wrapMethod · 0.80
_parseMethod · 0.80
requestMethod · 0.80
requestMethod · 0.80
initialize_requestMethod · 0.80
handleMethod · 0.80
launch_requestMethod · 0.80
attach_requestMethod · 0.80

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected