Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
53
def
genFields(names, types):
54
return
list(zip(names, types))
55
56
def
fillprototype(f, restype, argtypes):
57
f.restype = restype
Callers
4
feature_node
Class · 0.70
problem
Class · 0.70
parameter
Class · 0.70
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…