def flush()

in src/base64io/__init__.py [0:0]


    def flush(self):
        # type: () -> None
        """Flush the write buffer of the wrapped stream."""
        return self.__wrapped.flush()