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

Method __init__

src/hyperagent/tools/nav_tools.py:221–223  ·  view source on GitHub ↗
(self, path: str, language: str ="python")

Source from the content-addressed store, hash-verified

219 language = "python"
220
221 def __init__(self, path: str, language: str ="python"):
222 super().__init__()
223 self.path = path
224
225 def _run(self, path_to_file: str, keyword: Optional[str] = None):
226 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected