mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Model owslib.etree.etree directly
Somehow, this alias did not get picked up by the tooling.
This commit is contained in:
committed by
Rasmus Wriedt Larsen
parent
6d40e7e0fc
commit
fa6aec7ae2
@@ -26,6 +26,8 @@ module Lxml {
|
||||
API::Node etreeRef() {
|
||||
result = API::moduleImport("lxml").getMember("etree")
|
||||
or
|
||||
result = API::moduleImport("owslib").getMember("etree").getMember("etree")
|
||||
or
|
||||
result = ModelOutput::getATypeNode("lxml.etree~Alias")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user