get_doc
Extract and parse Python docstrings from files and symbols, returning structured summaries, parameters, returns, and raises in Google or NumPy style.
Instructions
Extract a docstring and parse it into summary/params/returns/raises when it follows Google or NumPy style.
Args:
path: Path to a .py file.
name: Symbol name, Class.method, or "module" for the module docstring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |