We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483f0ac commit 8e4b89aCopy full SHA for 8e4b89a
1 file changed
stubs/paramiko/paramiko/win_openssh.pyi
@@ -0,0 +1,12 @@
1
+import sys
2
+
3
+if sys.platform == "win32":
4
+ PIPE_NAME: str
5
6
+ def can_talk_to_agent() -> bool: ...
7
8
+ class OpenSSHAgentConnection:
9
+ def __init__(self) -> None: ...
10
+ def send(self, data: bytes) -> int: ...
11
+ def recv(self, n: int) -> bytes: ...
12
+ def close(self) -> None: ...
0 commit comments