Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
def
get_file_from_url(url):
39
req = requests.get(url)
40
return
req.text
41
42
43
def
extract_keywords(text, regex):
Callers
3
get_release_tag
Function · 0.85
get_keywords_pg_code
Function · 0.85
get_keywords_pg_docs
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected