File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ private import semmle.python.ApiGraphs
15
15
* Provides models for the `flask` PyPI package.
16
16
* See https://flask.palletsprojects.com/en/1.1.x/.
17
17
*/
18
- private module FlaskModel {
18
+ module Flask {
19
19
/** Provides models for flask view classes (defined in the `flask.views` module) */
20
20
module Views {
21
21
/**
@@ -188,7 +188,10 @@ private module FlaskModel {
188
188
result .getName ( ) = "dispatch_request"
189
189
}
190
190
191
- /** Gets a reference to the result of calling the `as_view` classmethod of this class. */
191
+ /**
192
+ * INTERNAL: Do not use.
193
+ * Gets a reference to the result of calling the `as_view` classmethod of this class.
194
+ */
192
195
API:: Node asViewResult ( ) { result = api_node .getMember ( "as_view" ) .getReturn ( ) }
193
196
}
194
197
You can’t perform that action at this time.
0 commit comments