MCPcopy
hub / github.com/django/django / remove

Method remove

django/contrib/gis/geos/mutable_list.py:208–210  ·  view source on GitHub ↗

Standard list remove method

(self, val)

Source from the content-addressed store, hash-verified

206 return result
207
208 def remove(self, val):
209 "Standard list remove method"
210 del self[self.index(val)]
211
212 def reverse(self):
213 "Standard list reverse method"

Callers 15

_storeMethod · 0.45
switchTypeMethod · 0.45
unsupported_functionsMethod · 0.45
checkValueFunction · 0.45
showFunction · 0.45
showClearFunction · 0.45
clearAcrossFunction · 0.45
inlineDeleteHandlerFunction · 0.45
reinitDateTimeShortCutsFunction · 0.45
setMethod · 0.45
_deleteMethod · 0.45

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected