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

Function _relations

tests/test_pascal.py:12–13  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

10
11
12def _relations(r):
13 return {e["relation"] for e in r["edges"]}
14
15
16def _edges_with_relation(r, *relations):

Calls

no outgoing calls

Tested by

no test coverage detected