File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 61
61
".strip" : 1.0 ,
62
62
".sub" : 1.0 ,
63
63
".upper" : 2.0 ,
64
- "None " : 0.0 ,
64
+ "FunctionNotUsed " : 0.0 ,
65
65
"abs" : 1.0 ,
66
66
"input" : 2.0 ,
67
67
"int" : 17.0 ,
103
103
".upper" : 1.0 ,
104
104
".values" : 1.0 ,
105
105
".zfill" : 1.0 ,
106
- "None " : 0.0 ,
106
+ "FunctionNotUsed " : 0.0 ,
107
107
"abs" : 3.0 ,
108
108
"bin" : 1.0 ,
109
109
"chr" : 6.0 ,
134
134
".popleft" : 8.0 ,
135
135
".split" : 2.0 ,
136
136
".upper" : 2.0 ,
137
- "None " : 0.0 ,
137
+ "FunctionNotUsed " : 0.0 ,
138
138
"bin" : 2.0 ,
139
139
"divmod" : 1.0 ,
140
140
"int" : 2.0 ,
470
470
".toLowerCase" : 3.0 ,
471
471
".toString" : 3.0 ,
472
472
".toUpperCase" : 3.0 ,
473
- "None " : 0.0 ,
473
+ "FunctionNotUsed " : 0.0 ,
474
474
"eval" : 1.0 ,
475
475
"isNaN" : 1.0 ,
476
476
"parseInt" : 5.0
520
520
".toString" : 7.0 ,
521
521
".toUpperCase" : 5.0 ,
522
522
".trunc" : 2.0 ,
523
- "None " : 0.0 ,
523
+ "FunctionNotUsed " : 0.0 ,
524
524
"isNaN" : 5.0 ,
525
525
"parseInt" : 19.0
526
526
},
557
557
".trim" : 3.0 ,
558
558
".unshift" : 2.0 ,
559
559
".values" : 1.0 ,
560
- "None " : 0.0
560
+ "FunctionNotUsed " : 0.0
561
561
},
562
562
"level3" : {
563
563
".fill" : 3.0 ,
You can’t perform that action at this time.
0 commit comments