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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 352 def mygen(): function in function:CursorTests.CheckExecuteManyGenerator
356 self.cu.executemany("insert into test(income) values (?)", mygen())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 352 def mygen(): function in function:CursorTests.CheckExecuteManyGenerator
356 self.cu.executemany("insert into test(income) values (?)", mygen())

Completed in 1582 milliseconds