MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / get_file_from_url

Function get_file_from_url

tools/sql_keywords.py:38–40  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

36
37
38def get_file_from_url(url):
39 req = requests.get(url)
40 return req.text
41
42
43def extract_keywords(text, regex):

Callers 3

get_release_tagFunction · 0.85
get_keywords_pg_codeFunction · 0.85
get_keywords_pg_docsFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected