HomeSort by relevance Sort by last modified time
    Searched refs:theIter (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Doc/includes/sqlite3/
executemany_1.py 20 theIter = IterChars()
21 cur.executemany("insert into characters(c) values (?)", theIter)
  /external/python/cpython3/Doc/includes/sqlite3/
executemany_1.py 20 theIter = IterChars()
21 cur.executemany("insert into characters(c) values (?)", theIter)

Completed in 90 milliseconds