MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / type

Method type

tests/flow/constraint_utils.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34
35 @property
36 def type(self):
37 return self.ct
38
39def get_constraint(g, ct_type, entity_type, lbl, *props):
40 props_filter = "properties = [" + ",".join(["'" + p + "'" for p in props]) + "]"

Callers 4

consumeStreamMethod · 0.80
test04_delete_graphMethod · 0.80
test05_rename_graphMethod · 0.80

Calls

no outgoing calls

Tested by 4

consumeStreamMethod · 0.64
test04_delete_graphMethod · 0.64
test05_rename_graphMethod · 0.64