MCPcopy
hub / github.com/PostHog/posthog / save

Method save

posthog/models/tagged_item.py:79–81  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

77 raise ValidationError("Exactly one object field must be set.")
78
79 def save(self, *args, **kwargs):
80 self.full_clean()
81 return super(TaggedItem, self).save(*args, **kwargs)
82
83 def __str__(self) -> str:
84 return str(self.tag)

Calls

no outgoing calls