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

Function genFields

pattern/vector/svm/libsvm.py:51–52  ·  view source on GitHub ↗
(names, types)

Source from the content-addressed store, hash-verified

49 return
50
51def genFields(names, types):
52 return list(zip(names, types))
53
54def fillprototype(f, restype, argtypes):
55 f.restype = restype

Callers 4

svm_nodeClass · 0.70
svm_problemClass · 0.70
svm_parameterClass · 0.70
svm_modelClass · 0.70

Calls 1

zipFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…