MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / __init__

Method __init__

src/hyperagent/tools/nav_tools.py:163–166  ·  view source on GitHub ↗
(self, path: str, language: str)

Source from the content-addressed store, hash-verified

161 language = "python"
162
163 def __init__(self, path: str, language: str):
164 super().__init__()
165 self.path = path
166 self.lsptoolkit = LSPToolKit(path, language)
167
168 def _run(self, word: str, relative_file_path: str, line: Optional[int] = None, num_results: int = 10):
169 """

Callers

nothing calls this directly

Calls 2

LSPToolKitClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected