MCPcopy
hub / github.com/django/django / create_object

Method create_object

tests/backends/sqlite/tests.py:276–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274 thread_connections = []
275
276 def create_object():
277 Object.objects.create()
278 thread_connections.append(connections[DEFAULT_DB_ALIAS].connection)
279
280 main_connection = connections[DEFAULT_DB_ALIAS].connection
281 try:

Callers 1

assert_serializerFunction · 0.80

Calls 2

createMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected