Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_fds
Method · 0.45
test_small_errpipe_write_fd
Method · 0.45
test_close_fds_after_preexec
Method · 0.45
test_threaded_poll
Method · 0.45
setUp
Method · 0.45
testDup
Method · 0.45
test_dup
Method · 0.45
get_high_socket_fd
Method · 0.45
server
Method · 0.45
test_create_server_trsock
Method · 0.45
test_bidirectional_pty
Method · 0.45
server
Method · 0.45
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected