MCPcopy
hub / github.com/django/django / aget

Method aget

django/db/models/query.py:694–695  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

692 )
693
694 async def aget(self, *args, **kwargs):
695 return await sync_to_async(self.get)(*args, **kwargs)
696
697 def create(self, **kwargs):
698 """

Callers 1

aget_object_or_404Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected