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

Function suggest

pattern/text/__init__.py:1834–1835  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1832 return _multilingual("predicative", *args, **kwargs)
1833
1834def suggest(*args, **kwargs):
1835 return _multilingual("suggest", *args, **kwargs)

Callers

nothing calls this directly

Calls 1

_multilingualFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…