Add stubs for qrcode (#10380)

This commit is contained in:
Sebastian Rittau
2023-07-20 14:36:20 +02:00
committed by GitHub
parent 4f56889f23
commit a04cb3b058
24 changed files with 551 additions and 0 deletions

View 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