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

Method isImplemented

eos/gamedata.py:143–151  ·  view source on GitHub ↗

Whether this effect is implemented in code or not, unimplemented effects simply do nothing at all when run

(self)

Source from the content-addressed store, hash-verified

141
142 @property
143 def isImplemented(self):
144 """
145 Whether this effect is implemented in code or not,
146 unimplemented effects simply do nothing at all when run
147 """
148 if not self.__generated:
149 self.__generateHandler()
150
151 return self.__effectDef is not None
152
153 @property
154 def dealsDamage(self):

Callers

nothing calls this directly

Calls 1

__generateHandlerMethod · 0.95

Tested by

no test coverage detected