【发布时间】:2017-06-19 06:36:48
【问题描述】:
对于 Python 类型还是很陌生,用什么类型来替换 ???在这里?
def update_sqlite(result: dict, db_connection: ???):
pass
with sqlite3.connect('../data/Reports.db') as report_db:
update_sqlite(result, report_db)
【问题讨论】:
标签: python python-3.x types type-hinting