MCPcopy 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

6import seldon_utils as seldon
7
8def lowercase_clients(data):
9 clients = data['clients']
10 for client in clients:
11 client['name'] = client['name'].lower()
12
13requiredSections = ["db","memcached"]
14propertyToZkNode = dict()

Callers 1

initial_setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected