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

Function tetrahedral_graph

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

Source from the content-addressed store, hash-verified

381
382@patch_docstring(nxa.tetrahedral_graph)
383def tetrahedral_graph(create_using=None):
384 G = complete_graph(4, create_using)
385 G.name = "Platonic Tetrahedral graph"
386 return G
387
388
389@patch_docstring(nxa.truncated_cube_graph)

Callers

nothing calls this directly

Calls 1

complete_graphFunction · 0.90

Tested by

no test coverage detected