Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeldonIO/seldon-server
/ do_conf
Method
do_conf
python/seldon/shell/shell_main.py:193–194 ·
view source on GitHub ↗
(self, arg, opts=None)
Source
from the content-addressed store, hash-verified
191
print
"pong"
192
193
def
do_conf(self, arg, opts=None):
194
pp(gdata[
"conf_data"
])
195
196
def
do_gdata(self, arg, opts=None):
197
pp(gdata)
Callers
nothing calls this directly
Calls
1
pp
Function · 0.70
Tested by
no test coverage detected