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

Method mines

eos/saveddata/drone.py:148–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146
147 @property
148 def mines(self):
149 if "miningAmount" in self.itemModifiedAttributes:
150 return True
151
152 @property
153 def hasAmmo(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected