MCPcopy Index your code
hub / github.com/FSoft-AI4Code/HyperAgent / get_all_symbols

Function get_all_symbols

tests/tools/python/go_to_def.py:3–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1from hyperagent.tools.tools import GoToDefinitionTool
2
3def get_all_symbols():
4 gst = GoToDefinitionTool("/datadrive05/huypn16/focalcoder/data/repos/repo__TempleRAIL__drl_vo_nav__commit__", language="python")
5 symbols = gst._run(relative_path="drl_vo/src/custom_cnn_full.py", line=272, word="_forward_impl")
6 print(symbols)
7
8if __name__ == "__main__":
9 get_all_symbols()

Callers 1

go_to_def.pyFile · 0.85

Calls 2

_runMethod · 0.95
GoToDefinitionToolClass · 0.90

Tested by

no test coverage detected