File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
2/library-tests/locations/general
3/library-tests/locations/general Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,6 @@ deprecated string mode_from_mode_object(Value obj) {
111
111
)
112
112
}
113
113
114
- // importing all the frameworks that extend `RegexString`.
115
- private import semmle.python.frameworks.Django as Django1
116
- private import semmle.python.frameworks.Tornado as Tornado1
117
- private import semmle.python.web.django.General as Django2
118
-
119
114
/** A StrConst used as a regular expression */
120
115
abstract class RegexString extends Expr {
121
116
RegexString ( ) { ( this instanceof Bytes or this instanceof Unicode ) }
Original file line number Diff line number Diff line change 55
55
| Dict | 46 | 54 | 46 | 55 |
56
56
| Dict | 48 | 9 | 48 | 19 |
57
57
| DictUnpacking | 46 | 52 | 46 | 55 |
58
- | DjangoViewClassHelper | 4 | 1 | 4 | 8 |
59
58
| Ellipsis | 7 | 7 | 7 | 9 |
60
59
| Ellipsis | 50 | 14 | 50 | 16 |
61
60
| ExceptStmt | 32 | 9 | 32 | 31 |
Original file line number Diff line number Diff line change 44
44
| Dict | 46 | 54 | 46 | 55 |
45
45
| Dict | 48 | 9 | 48 | 19 |
46
46
| DictUnpacking | 46 | 52 | 46 | 55 |
47
- | DjangoViewClassHelper | 4 | 1 | 4 | 8 |
48
47
| Ellipsis | 7 | 7 | 7 | 9 |
49
48
| Ellipsis | 50 | 14 | 50 | 16 |
50
49
| ExceptStmt | 32 | 9 | 32 | 31 |
You can’t perform that action at this time.
0 commit comments