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

Method grouped

eos/saveddata/fighterAbility.py:88–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86
87 @property
88 def grouped(self):
89 # is the ability applied per fighter (webs, returns False), or as a group (MWD, returned True)
90 return self.__effect.getattr('grouped')
91
92 @property
93 def hasCharges(self):

Callers

nothing calls this directly

Calls 1

getattrMethod · 0.80

Tested by

no test coverage detected