Python: QL doc for MySQLdb

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-11-03 11:39:28 +01:00
parent 01783acca6
commit 1773cc3a38

View File

@@ -32,6 +32,7 @@ module MySQLdb {
/** Gets a reference to the `MySQLdb` module. */
DataFlow::Node moduleMySQLdb() { result = moduleMySQLdb(DataFlow::TypeTracker::end()) }
/** MySQLdb implements PEP 249, providing ways to execute SQL statments against a database. */
class MySQLdb extends PEP249Module {
MySQLdb() { this = moduleMySQLdb() }
}