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

Method is_valid

apps/knowledge/serializers/common.py:47–48  ·  view source on GitHub ↗
(self, *, raise_exception=False)

Source from the content-addressed store, hash-verified

45
46 class BaseMeta(serializers.Serializer):
47 def is_valid(self, *, raise_exception=False):
48 super().is_valid(raise_exception=True)
49
50
51class BatchSerializer(serializers.Serializer):

Callers

nothing calls this directly

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected