Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeldonIO/seldon-server
/ lowercase_clients
Function
lowercase_clients
scripts/initial_setup.py:8–11 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
6
import
seldon_utils
as
seldon
7
8
def
lowercase_clients(data):
9
clients = data[
'clients'
]
10
for
client in clients:
11
client[
'name'
] = client[
'name'
].lower()
12
13
requiredSections = [
"db"
,
"memcached"
]
14
propertyToZkNode = dict()
Callers
1
initial_setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected