File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 180
180
" " ,
181
181
" /** A direct instantiation of `${TM_SELECTED_TEXT}`. */" ,
182
182
" private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {" ,
183
- " override CallNode node;" ,
184
- " " ,
185
183
" ClassInstantiation() { this = classRef().getACall() }" ,
186
184
" }" ,
187
185
" " ,
Original file line number Diff line number Diff line change @@ -322,8 +322,6 @@ private module Django {
322
322
323
323
/** A direct instantiation of `django.utils.datastructures.MultiValueDict`. */
324
324
private class ClassInstantiation extends InstanceSource , DataFlow:: CallCfgNode {
325
- override CallNode node ;
326
-
327
325
ClassInstantiation ( ) { this = classRef ( ) .getACall ( ) }
328
326
}
329
327
You can’t perform that action at this time.
0 commit comments