MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / __repr__

Method __repr__

python/dolfinx/graph.py:71–73  ·  view source on GitHub ↗

String representation of the adjacency list.

(self)

Source from the content-addressed store, hash-verified

69 self._cpp_object = g
70
71 def __repr__(self):
72 """String representation of the adjacency list."""
73 return self._cpp_object.__repr__()
74
75 def links(self, node: int) -> npt.NDArray[Index]:
76 """Retrieve the links of a node.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected