targets
agent_cover.instrumentation.tools.targets
This module defines the targets for instrumentation.
This module contains a list of supported tools and their methods for instrumentation purposes. It defines the structure of the target definitions, including the module, class name, and methods to be instrumented.
Functions
get_tool_targets()
Returns the list of supported tools.
Returns:
| Name | Type | Description |
|---|---|---|
TargetList |
TargetList
|
A list of dictionaries representing the supported tools. |