Class Lxml::ElementTree::InstanceSource
A source of lxml.etree.ElementTree 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 ElementTree::instance() to get references to instances of lxml.etree.ElementTree instances.
Import path
import semmle.python.frameworks.LxmlKnown direct subtypes
Predicates
| toString | Gets a textual representation of this element. |