MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / sort

Method sort

eos/effectHandlerHelpers.py:115–118  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

113 list.remove(self, thing)
114
115 def sort(self, *args, **kwargs):
116 # We need it here to prevent external users from accidentally sorting the list as alot of
117 # external logic relies on keeping modules at their places
118 raise NotImplementedError
119
120
121class HandledModuleList(HandledList):

Callers 11

exportPatternsMethod · 0.45
exportPatternsMethod · 0.45
runMethod · 0.45
exportSetsMethod · 0.45
importESIFunction · 0.45
getModsInGroupsMethod · 0.45
calculateMultiplierFunction · 0.45
replaceRackPositionMethod · 0.45
__calculateValueMethod · 0.45
getItemsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected