MCPcopy Index your code
hub / github.com/python/cpython / dup

Method dup

Lib/test/test_sqlite3/test_regression.py:446–448  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

444 ((v,) for v in range(5)))
445 con.commit()
446 def dup(v):
447 con.execute("insert into t values(?)", (v,))
448 return
449 con.create_function("dup", 1, dup)
450 cur = con.execute("select dup(t) from t")
451 del cur

Callers 15

_save_fdsMethod · 0.45
test_threaded_pollMethod · 0.45
setUpMethod · 0.45
testDupMethod · 0.45
test_dupMethod · 0.45
get_high_socket_fdMethod · 0.45
serverMethod · 0.45
serverMethod · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected