MCPcopy Create free account
hub / github.com/modelscope/modelscope / _print_plugins_info

Method _print_plugins_info

modelscope/utils/plugins.py:1109–1114  ·  view source on GitHub ↗
(self, local_plugins_info)

Source from the content-addressed store, hash-verified

1107 return local_plugins_info
1108
1109 def _print_plugins_info(self, local_plugins_info):
1110 print('{:<15} |{:<10} |{:<100}'.format('NAME', 'VERSION',
1111 'DESCRIPTION'))
1112 print('')
1113 for k, v in local_plugins_info.items():
1114 print('{:<15} |{:<10} |{:<100}'.format(k, v['version'], v['desc']))
1115
1116 def list_plugins(
1117 self,

Callers 1

list_pluginsMethod · 0.95

Calls 2

printFunction · 0.85
itemsMethod · 0.45

Tested by

no test coverage detected