Files
jedi/test/completion/thirdparty/psycopg.py
2012-09-03 01:02:38 +02:00

10 lines
117 B
Python

conn = psycopg2.connect('dbname=test')
#? ['cursor']
conn.cursor
cur = conn.cursor()
#? ['fetchall']
cur.fetchall