MCPcopy Create free account
hub / github.com/alibaba/GraphScope / desargues_graph

Function desargues_graph

python/graphscope/nx/generators/small.py:189–192  ·  view source on GitHub ↗
(create_using=None)

Source from the content-addressed store, hash-verified

187
188@patch_docstring(nxa.desargues_graph)
189def desargues_graph(create_using=None):
190 G = LCF_graph(20, [5, -5, 9, -9], 5, create_using)
191 G.name = "Desargues Graph"
192 return G
193
194
195@patch_docstring(nxa.diamond_graph)

Callers

nothing calls this directly

Calls 1

LCF_graphFunction · 0.85

Tested by

no test coverage detected