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

Method __init__

bmtools/tools/map/baidu_map/test_baidu.py:6–9  ·  view source on GitHub ↗
(self, ak: str, sk: str)

Source from the content-addressed store, hash-verified

4
5class BaiduMapAPI:
6 def __init__(self, ak: str, sk: str):
7 self.ak = ak
8 self.sk = sk
9 self.base_url = 'http://api.map.baidu.com'
10
11 def generate_url_with_sn(self, url: str) -> str:
12 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected