What is description attribute in python?

satishmlmlml at gmail.com satishmlmlml at gmail.com
Sun Nov 9 06:05:40 EST 2014


curs is coming from the following piece of code

import sqlite3
conn = sqlite3.connect('dbase1')
curs = conn.cursor()



More information about the Python-list mailing list