Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
51
def
genFields(names, types):
52
return
list(zip(names, types))
53
54
def
fillprototype(f, restype, argtypes):
55
f.restype = restype
Callers
4
svm_node
Class · 0.70
svm_problem
Class · 0.70
svm_parameter
Class · 0.70
svm_model
Class · 0.70
Calls
1
zip
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…