mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
psycopg2 fix for github issue 4
This commit is contained in:
9
test/completion/thirdparty/psycopg.py
vendored
Normal file
9
test/completion/thirdparty/psycopg.py
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
conn = psycopg2.connect('dbname=test')
|
||||
|
||||
#? ['cursor']
|
||||
conn.cursor
|
||||
|
||||
cur = conn.cursor()
|
||||
|
||||
#? ['fetchall']
|
||||
cur.fetchall
|
||||
Reference in New Issue
Block a user