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

Method isProfile

graphs/wrapper.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37 @property
38 def isProfile(self):
39 return isinstance(self.item, TargetProfile)
40
41 @property
42 def name(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected