MCPcopy
hub / github.com/django/django / getlist

Method getlist

tests/forms_tests/tests/test_forms.py:83–84  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

81
82class MultiValueDictLike(dict):
83 def getlist(self, key):
84 return [self[key]]
85
86
87class FormsTestCase(SimpleTestCase):

Callers 10

addFunction · 0.45
add_template_responseFunction · 0.45
test_httprequestMethod · 0.45
test_single_key_valueMethod · 0.45
test_multiple_keysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected