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

Function update

stubs/_django_manager_body.py:356–360  ·  view source on GitHub ↗

Updates all elements in the current QuerySet, setting all the given fields to the appropriate values.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

354
355
356def update(self, *args, **kwargs):
357 """
358 Updates all elements in the current QuerySet, setting all the given
359 fields to the appropriate values.
360 """
361
362
363def update_or_create(self, *args, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected