mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-17 17:35:58 +08:00
Make it explicit that the cryptography stubs are incomplete (#3331)
This commit is contained in:
3
third_party/2and3/cryptography/__init__.pyi
vendored
3
third_party/2and3/cryptography/__init__.pyi
vendored
@@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name: str) -> Any: ...
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name: str) -> Any: ...
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name: str) -> Any: ...
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name: str) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user