OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:persons
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Doc/includes/sqlite3/
shortcut_methods.py
3
persons
= [
variable
14
con.executemany("insert into person(firstname, lastname) values (?, ?)",
persons
)
/external/python/cpython3/Doc/includes/sqlite3/
shortcut_methods.py
3
persons
= [
variable
14
con.executemany("insert into person(firstname, lastname) values (?, ?)",
persons
)
Completed in 71 milliseconds