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

Function genFields

pattern/vector/svm/liblinear.py:53–54  ·  view source on GitHub ↗
(names, types)

Source from the content-addressed store, hash-verified

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

Callers 4

feature_nodeClass · 0.70
problemClass · 0.70
parameterClass · 0.70
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…