MCPcopy
hub / github.com/django/django / end_object

Method end_object

django/core/serializers/python.py:31–33  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

29 self._current = {}
30
31 def end_object(self, obj):
32 self.objects.append(self.get_dump_object(obj))
33 self._current = None
34
35 def get_dump_object(self, obj):
36 data = {"model": str(obj._meta)}

Callers

nothing calls this directly

Calls 2

get_dump_objectMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected