MCPcopy Index your code
hub / github.com/RustPython/RustPython / dup

Method dup

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

Source from the content-addressed store, hash-verified

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

Callers 15

_save_fdsMethod · 0.45
test_threaded_pollMethod · 0.45
testDupMethod · 0.45
test_dupMethod · 0.45
get_high_socket_fdMethod · 0.45
test_closerangeMethod · 0.45
test_fd_leakMethod · 0.45
getfdMethod · 0.45
test_dupMethod · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected