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

Method remove

django/utils/datastructures.py:16–17  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

14 self.dict[item] = None
15
16 def remove(self, item):
17 del self.dict[item]
18
19 def discard(self, item):
20 try:

Callers 15

discardMethod · 0.95
test_removeMethod · 0.95
_set_regexMethod · 0.45
parse_bitsFunction · 0.45
bisect_testsFunction · 0.45
paired_testsFunction · 0.45
test_inlineMethod · 0.45

Calls

no outgoing calls