标签: python python-3.x class oop inheritance
我想知道在Python中编写instanceName.className时的意思。
就像在PyMySQL中一样: -
db = pymysql.connect(...) cursor = db.cursor() <- what does this mean ?