Showing 3,918 of 3,918 total issues
Avoid too many return
statements within this function. Open
Open
return self._get_writer(WhyLabsBatchWriter).write(file, dest, **kwargs)
Avoid too many return
statements within this method. Open
Open
return MetricComponentMessage.newBuilder().setD((float) value).build();
Avoid too many return
statements within this method. Open
Open
return (T) result;
Avoid too many return
statements within this function. Open
Open
return _get_column_names(view)
Avoid too many return
statements within this function. Open
Open
return self._get_writer(WhyLabsReferenceWriter).write(
Avoid too many return
statements within this function. Open
Open
return x != value
Avoid too many return
statements within this function. Open
Open
return lambda x: x >= value # type: ignore
Avoid too many return
statements within this function. Open
Open
return lambda x: x != value # type: ignore
Avoid too many return
statements within this function. Open
Open
return x >= value
Avoid too many return
statements within this function. Open
Open
return not self._right(metric or x) # type: ignore
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return result
Avoid too many return
statements within this function. Open
Open
return Predicate(Relation.search, value(), component=component), i
Avoid too many return
statements within this function. Open
Open
return x <= value
Avoid too many return
statements within this function. Open
Open
return result
Avoid too many return
statements within this function. Open
Open
return result
Avoid too many return
statements within this function. Open
Open
return Predicate(Relation.neq, value, component=component), i
Avoid too many return
statements within this function. Open
Open
return Predicate(Relation._or, left=left, right=right, component=left._component), i
Avoid too many return
statements within this function. Open
Open
return Predicate(Relation._and, left=left, right=right, component=left._component), i
Avoid too many return
statements within this function. Open
Open
return lambda x: x > value # type: ignore