MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / withUrl

Function withUrl

src/leetcode.py:12–13  ·  view source on GitHub ↗
(u)

Source from the content-addressed store, hash-verified

10user_agent = r'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'
11
12def withUrl(u):
13 return "https://leetcode-cn.com/"+u
14
15def leetcode_key(id):
16 return "leetcode_"+str(id)

Callers 2

get_title_with_slugMethod · 0.85
update_dbMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected