ecp.action(name="getDocString",description="""Get the docstring of a trading module in the environment.
Args:
module_name (str): The name of the module to get the docstring
| 1 | from typing import Any, Dict, Any, Dict, List, Literal, Optional, Union |
| 2 | from pydantic import Field, ConfigDict |
| 3 | from src.logger import logger |
| 4 | from src.environment.server import ecp |
nothing calls this directly
no outgoing calls
no test coverage detected