class FileProxyMixin: @property def closed(self) -> bool: ... def readable(self) -> bool: ...