MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _iterdump

Function _iterdump

Lib/sqlite3/dump.py:10–70  ·  view source on GitHub ↗

Returns an iterator to the dump of the database in an SQL text format. Used to produce an SQL dump of the database. Useful to save an in-memory database for later restoration. This function should not be called directly but instead called from the Connection method, iterdump().

(connection)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

strFunction · 0.85
startswithMethod · 0.80
cursorMethod · 0.45
executeMethod · 0.45
replaceMethod · 0.45
formatMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected