MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / name

Method name

graphs/data/base/graph.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 @property
48 @abstractmethod
49 def name(self):
50 raise NotImplementedError
51
52 @property
53 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected