All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.python.types.custom.paramiko.channel.pyi Maven / Gradle / Ivy

There is a newer version: 4.17.0.14845
Show newest version
from typing import Tuple

class Channel(CustomStubBase):
    def exec_command(self, *args, **kwargs) -> Tuple: ...
    def send(self, *args, **kwargs) -> int: ...
    def sendall(self, *args, **kwargs) -> None: ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy