Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ appendIgnoreEmpty
Method
appendIgnoreEmpty
eos/effectHandlerHelpers.py:141–145 ·
view source on GitHub ↗
(self, mod)
Source
from the content-addressed store, hash-verified
139
140
@collection.appender
141
def
appendIgnoreEmpty(self, mod):
142
mod.position = len(self)
143
super().append(mod)
144
if
mod.isInvalid:
145
self.remove(mod)
146
147
def
replace(self, idx, mod):
148
try
:
Callers
3
append
Method · 0.95
replaceRackPosition
Method · 0.95
__deepcopy__
Method · 0.80
Calls
2
remove
Method · 0.95
append
Method · 0.45
Tested by
no test coverage detected