get_hover
Retrieve type information and documentation for Python symbols at specific code positions to understand code structure and functionality.
Instructions
Get hover information at a specific position.
Returns type information and documentation for the symbol at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code as string. | |
| position | Yes | Character position (0-indexed) in the code. | |
| python_path | No | Optional path to Python interpreter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||