MCPcopy
hub / github.com/django/django / cursor

Method cursor

django/db/backends/base/base.py:318–320  ·  view source on GitHub ↗

Create a cursor, opening a connection if necessary.

(self)

Source from the content-addressed store, hash-verified

316
317 @async_unsafe
318 def cursor(self):
319 """Create a cursor, opening a connection if necessary."""
320 return self._cursor()
321
322 @async_unsafe
323 def commit(self):

Callers 15

_savepointMethod · 0.95
_savepoint_rollbackMethod · 0.95
_savepoint_commitMethod · 0.95
chunked_cursorMethod · 0.95
temporary_connectionMethod · 0.95
create_default_siteFunction · 0.80
extension_existsMethod · 0.80
get_type_oidsFunction · 0.80
get_geometry_typeMethod · 0.80
_field_indexes_sqlMethod · 0.80
get_geometry_typeMethod · 0.80
prepare_databaseMethod · 0.80

Calls 1

_cursorMethod · 0.95