mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
Add all cursor types and missing show_warnings method in connections Added show_warnings to connections. No return type specified as this requires tracing back through missing return types in previous author's work. This is out of scope for this pull request. Added SSDictCursor, SSCursor and DictCursorMixin to complete the Cursors definition.