mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-06 00:47:39 +08:00
Remove google docstrings support. Updates #40
This commit is contained in:
@@ -83,7 +83,10 @@ row = c.fetchall()[0]
|
||||
row.keys()[0]
|
||||
|
||||
def huhu(db):
|
||||
"""db (sqlite3.Connection): the db connection"""
|
||||
"""
|
||||
:type db: sqlite3.Connection
|
||||
:param db: the db connection
|
||||
"""
|
||||
#? sqlite3.Connection()
|
||||
db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user