def with_scopes()

in roles/gcs-upload/library/gcs_upload.py [0:0]


    def with_scopes(self, *args, **kw):
        ret = super(Credentials, self).with_scopes(*args, **kw)
        ret._set_path(self._path)
        return ret