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

org.sonar.python.types.typeshed.third_party.2and3.boto.s3.keyfile.pyi Maven / Gradle / Ivy

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

class KeyFile:
    key: Any
    location: int
    closed: bool
    softspace: int
    mode: str
    encoding: str
    errors: str
    newlines: str
    name: Any
    def __init__(self, key) -> None: ...
    def tell(self): ...
    def seek(self, pos, whence: Any = ...): ...
    def read(self, size): ...
    def close(self): ...
    def isatty(self): ...
    def getkey(self): ...
    def write(self, buf): ...
    def fileno(self): ...
    def flush(self): ...
    def next(self): ...
    def readinto(self): ...
    def readline(self): ...
    def readlines(self): ...
    def truncate(self): ...
    def writelines(self): ...
    def xreadlines(self): ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy