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

Method __init__

pattern/vector/svm/libsvm.py:126–129  ·  view source on GitHub ↗
(self, options = None)

Source from the content-addressed store, hash-verified

124 _fields_ = genFields(_names, _types)
125
126 def __init__(self, options = None):
127 if options == None:
128 options = ''
129 self.parse_options(options)
130
131 def __str__(self):
132 s = ''

Callers

nothing calls this directly

Calls 1

parse_optionsMethod · 0.95

Tested by

no test coverage detected