Skip to content

Commit ef1d898

Browse files
Add qldoc
1 parent ebaab89 commit ef1d898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/lib/semmle/python/frameworks/Jinja2.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module Jinja2 {
3333
result = ModelOutput::getATypeNode("jinja.Environment~Subclass").getASubclass*()
3434
}
3535

36+
/** Gets a reference to an instance of `jinja2.Environment`. */
3637
API::Node instance() { result = classRef().getAnInstance() }
3738

3839
/** A call to `jinja2.Environment.from_string`. */

0 commit comments

Comments
 (0)