We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this
1 parent 6901063 commit 4951e69Copy full SHA for 4951e69
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/Constant.java
@@ -32,7 +32,7 @@ public Constant(PointsToSetVariable source) {
32
protected Set<List<Dimension<?>>> getDefaultShapes(PropagationCallGraphBuilder builder) {
33
// If the shape argument is not specified, then the shape is inferred from the shape of value.
34
// TODO: Handle keyword arguments.
35
- return getShapes(builder, this.getValueArgumentValueNumber());
+ return this.getShapes(builder, this.getValueArgumentValueNumber());
36
}
37
38
/**
0 commit comments