DEBSOURCES
Skip Quicknav
sources / python-jedi / 0.10.0~git1%2Bf05c071-1 / test / completion / thirdparty / psycopg2_.py
1234567891011
import psycopg2 conn = psycopg2.connect('dbname=test') #? ['cursor'] conn.cursor cur = conn.cursor() #? ['fetchall'] cur.fetchall