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

Method wrappers

graphs/gui/lists.py:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53
54 @property
55 def wrappers(self):
56 # Sort fits first, then target profiles
57 return sorted(self._wrappers, key=lambda w: not w.isFit)
58
59 # UI-related stuff
60 @property

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected