File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ module Pycurl {
37
37
/** Gets a reference to an instance of `pycurl.Curl`. */
38
38
private API:: Node instance ( ) { result = classRef ( ) .getReturn ( ) }
39
39
40
- /** Gets a reference to an instance of `pycurl.Curl.setopt`. */
40
+ /** Gets a reference to `pycurl.Curl.setopt`. */
41
41
private API:: Node setopt ( ) { result = instance ( ) .getMember ( "setopt" ) }
42
42
43
- /** Gets a reference to an instance of `pycurl.Curl.SSL_VERIFYPEER`. */
43
+ /** Gets a reference to the constant `pycurl.Curl.SSL_VERIFYPEER`. */
44
44
private API:: Node sslverifypeer ( ) {
45
45
result = API:: moduleImport ( "pycurl" ) .getMember ( "SSL_VERIFYPEER" ) or
46
46
result = instance ( ) .getMember ( "SSL_VERIFYPEER" )
You can’t perform that action at this time.
0 commit comments