MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / bing_map

Function bing_map

bmtools/tools/map/__init__.py:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4@register("bing_map")
5def bing_map():
6 from .bing_map.api import build_tool
7 return build_tool
8
9@register("baidu_map")
10def baidu_map():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected