We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaab89 commit ef1d898Copy full SHA for ef1d898
python/ql/lib/semmle/python/frameworks/Jinja2.qll
@@ -33,6 +33,7 @@ module Jinja2 {
33
result = ModelOutput::getATypeNode("jinja.Environment~Subclass").getASubclass*()
34
}
35
36
+ /** Gets a reference to an instance of `jinja2.Environment`. */
37
API::Node instance() { result = classRef().getAnInstance() }
38
39
/** A call to `jinja2.Environment.from_string`. */
0 commit comments