mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 21:50:21 +08:00
[passlib] Add ___all__, improve passlib.hosts (#13712)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# TODO: missing from stub
|
||||
passlib.apache.__all__
|
||||
passlib.context.__all__
|
||||
passlib.hosts.__all__
|
||||
passlib.crypto._blowfish.__all__
|
||||
passlib.crypto._blowfish.base.__all__
|
||||
passlib.crypto._blowfish.unrolled.__all__
|
||||
@@ -28,11 +27,6 @@ passlib.handlers.sha1_crypt.__all__
|
||||
passlib.handlers.sha2_crypt.__all__
|
||||
passlib.handlers.sun_md5_crypt.__all__
|
||||
passlib.handlers.windows.__all__
|
||||
passlib.hosts.__all__
|
||||
passlib.ifc.__all__
|
||||
passlib.pwd.__all__
|
||||
passlib.registry.__all__
|
||||
passlib.totp.__all__
|
||||
passlib.utils.binary.__all__
|
||||
passlib.utils.decor.__all__
|
||||
passlib.utils.handlers.__all__
|
||||
|
||||
Reference in New Issue
Block a user