for key, val in six.iteritems(kwargs):
        if not key.startswith('__'):
            ret[key] = val