MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / _labels

Function _labels

tests/test_languages.py:27–28  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

25
26
27def _labels(r):
28 return [n["label"] for n in r["nodes"]]
29
30def _relations(r):
31 return {e["relation"] for e in r["edges"]}

Calls

no outgoing calls

Tested by

no test coverage detected