Class Lxml::Element::InstanceSource
A source of lxml.etree.Element
instances, extend this class to model new instances.
This can include instantiations of the class, return values from function calls, or a special parameter that will be set when functions are called by an external library.
Use the predicate Element::instance()
to get references to instances of lxml.etree.Element
instances.
Import path
import semmle.python.frameworks.Lxml
Known direct subtypes
Predicates
toString | Gets a textual representation of this element. |