Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxapython/catvm
/ get_services
Function
get_services
selenium/deploy_aws.py:109–111 ·
view source on GitHub ↗
(service_name)
Source
from the content-addressed store, hash-verified
107
108
109
def
get_services(service_name):
110
services = [(
'192.168.33.10'
,
'5000'
)]
111
return
services
112
113
114
def
get_crontab():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected