Skip to content

Commit a6716f2

Browse files
Merge pull request #7 from secure-software-engineering/bugfix-update-function-name-for-class-function-in-ground-truth
updated function name for class function in ground truth
2 parents be105eb + d80de0c commit a6716f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

micro-benchmark/python_features/returns/object/main_gt.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"line_number": 5,
55
"col_offset": 24,
66
"parameter": "name",
7-
"function": "__init__",
7+
"function": "Person.__init__",
88
"type": [
99
"str"
1010
]
@@ -14,7 +14,7 @@
1414
"line_number": 5,
1515
"col_offset": 30,
1616
"parameter": "age",
17-
"function": "__init__",
17+
"function": "Person.__init__",
1818
"type": [
1919
"int"
2020
]
@@ -24,7 +24,7 @@
2424
"line_number": 6,
2525
"col_offset": 9,
2626
"variable": "Person.name",
27-
"function": "__init__",
27+
"function": "Person.__init__",
2828
"type": [
2929
"str"
3030
]
@@ -34,7 +34,7 @@
3434
"line_number": 7,
3535
"col_offset": 9,
3636
"parameter": "Person.age",
37-
"function": "__init__",
37+
"function": "Person.__init__",
3838
"type": [
3939
"int"
4040
]

0 commit comments

Comments
 (0)