MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get

Function get

stubs/_django_manager_body.py:230–234  ·  view source on GitHub ↗

Performs the query and returns a single object matching the given keyword arguments.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

228
229
230def get(self, *args, **kwargs):
231 """
232 Performs the query and returns a single object matching the given
233 keyword arguments.
234 """
235
236
237def get_or_create(self, *args, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected