Skip to content

Commit af951ba

Browse files
committed
Fix the tf.range() function summary to include the start parameter.
1 parent d321cbb commit af951ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml/data/tensorflow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
<putfield class="LRoot" field="0" fieldType="LRoot" ref="x" value="y" />
516516
<return value="x" />
517517
</method>
518-
<method name="do" descriptor="()LRoot;" numArgs="4" paramNames="limit delta dtype name">
518+
<method name="do" descriptor="()LRoot;" numArgs="5" paramNames="start limit delta dtype name">
519519
<call class="LRoot" name="read_data" descriptor="()LRoot;" type="virtual" arg0="arg0" numArgs="1" def="x" />
520520
<return value="x" />
521521
</method>

0 commit comments

Comments
 (0)