MCPcopy
hub / github.com/django/django / pop

Method pop

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

Standard list pop method

(self, index=-1)

Source from the content-addressed store, hash-verified

200 self[index:index] = [val]
201
202 def pop(self, index=-1):
203 "Standard list pop method"
204 result = self[index]
205 del self[index]
206 return result
207
208 def remove(self, val):
209 "Standard list remove method"

Callers 15

validate_passwordsMethod · 0.45
__init__Method · 0.45
_storeMethod · 0.45
_getMethod · 0.45
_init_optionsMethod · 0.45
_create_polygonMethod · 0.45
handleMethod · 0.45
get_for_modelsMethod · 0.45
get_formsetMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected