MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / show_dimensions

Function show_dimensions

python/seldon/cli/attr_schema_utils.py:197–199  ·  view source on GitHub ↗
(client_name, dbSettings)

Source from the content-addressed store, hash-verified

195 json_data.close()
196
197def show_dimensions(client_name, dbSettings):
198 db = MySQLdb.connect(user=dbSettings["user"],db=client_name,passwd=dbSettings["password"], host=dbSettings["host"])
199 outputDimensions(db)
200

Callers

nothing calls this directly

Calls 1

outputDimensionsFunction · 0.85

Tested by

no test coverage detected