CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Member predicate PackageObject::hasLocationInfo

Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

predicate hasLocationInfo(string path, int bl, int bc, int el, int ec)