Files
typeshed/stubs/mysqlclient/MySQLdb
Sebastian Rittau b93eae52af Fix various argument of extension modules (#13651)
* Mark various positional-only arguments: These are all positional-only
  arguments in C code using the `METH_O` flag.
* Remove various `*args, **kwargs` arguments that are using the
  `METH_NOARGS` flag in C.
2025-03-18 02:22:34 +01:00
..
2021-07-19 10:28:00 +02:00
2021-07-19 10:28:00 +02:00
2023-06-23 12:41:55 +01:00