mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Add stubs for qrcode (#10380)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Internal modules
|
||||
qrcode\.compat
|
||||
qrcode\.compat\..*
|
||||
qrcode\.tests
|
||||
qrcode\.tests\..*
|
||||
|
||||
# Stubtest hiccup: It doesn't recognize that the annotated type is a base
|
||||
# class of the default class assigned to the attribute.
|
||||
qrcode\.image\..*\.default_drawer_class
|
||||
|
||||
# Leaked loop counter
|
||||
qrcode.base.i
|
||||
Reference in New Issue
Block a user