luigi/contrib/azureblob.py [253:260]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def readable(self):
        return True

    def writable(self):
        return False

    def seekable(self):
        return False
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



luigi/contrib/dropbox.py [230:237]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def readable(self):
        return True

    def writable(self):
        return False

    def seekable(self):
        return False
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



