MCPcopy Index your code
hub / github.com/clips/pattern / __init__

Method __init__

pattern/vector/svm/liblinear.py:142–145  ·  view source on GitHub ↗
(self, options = None)

Source from the content-addressed store, hash-verified

140 _fields_ = genFields(_names, _types)
141
142 def __init__(self, options = None):
143 if options == None:
144 options = ''
145 self.parse_options(options)
146
147 def __str__(self):
148 s = ''

Callers

nothing calls this directly

Calls 1

parse_optionsMethod · 0.95

Tested by

no test coverage detected