MCPcopy
hub / github.com/1Panel-dev/MaxKB / is_valid

Method is_valid

apps/trigger/serializers/trigger.py:454–455  ·  view source on GitHub ↗
(self, *, raise_exception=False)

Source from the content-addressed store, hash-verified

452 user_id = serializers.UUIDField(required=True, label=_("User ID"))
453
454 def is_valid(self, *, raise_exception=False):
455 super().is_valid(raise_exception=True)
456
457 @transaction.atomic
458 def batch_delete(self, instance: Dict, with_valid=True):

Callers 2

batch_deleteMethod · 0.95
batch_switchMethod · 0.95

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected