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

Method to_list

modelscope/hub/constants.py:149–159  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

147
148 @classmethod
149 def to_list(cls):
150 return [
151 cls.APACHE_V2,
152 cls.GPL_V2,
153 cls.GPL_V3,
154 cls.LGPL_V2_1,
155 cls.LGPL_V3,
156 cls.AFL_V3,
157 cls.ECL_V2,
158 cls.MIT,
159 ]
160
161
162class ModelVisibility(object):

Callers 1

get_dataset_filesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected