Annotate syntax
This commit is contained in:
@@ -1118,7 +1118,7 @@ class MySQLResult(object):
|
||||
|
||||
def __init__(self, connection):
|
||||
"""
|
||||
@type connection: Connection
|
||||
:type connection: Connection
|
||||
"""
|
||||
self.connection = connection
|
||||
self.affected_rows = None
|
||||
|
||||
Reference in New Issue
Block a user