mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
Add stubs for qrcode (#10380)
This commit is contained in:
12
stubs/qrcode/@tests/stubtest_allowlist.txt
Normal file
12
stubs/qrcode/@tests/stubtest_allowlist.txt
Normal file
@@ -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