MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / replace

Method replace

thirdparty/bottle/bottle.py:2568–2570  ·  view source on GitHub ↗

Replace the list of values with a single value.

(self, key, value)

Source from the content-addressed store, hash-verified

2566 self.dict.setdefault(key, []).append(value)
2567
2568 def replace(self, key, value):
2569 """ Replace the list of values with a single value. """
2570 self.dict[key] = [value]
2571
2572 def getall(self, key):
2573 """ Return a (possibly empty) list of values for a key. """

Callers 15

mainFunction · 0.45
_hkeyFunction · 0.45
_ekeyMethod · 0.45
filenameMethod · 0.45
_parse_http_headerFunction · 0.45
_parse_qslFunction · 0.45
html_escapeFunction · 0.45
html_quoteFunction · 0.45
yieldroutesFunction · 0.45
StplParserClass · 0.45
http_requestMethod · 0.45
substituteEncodingMethod · 0.45

Calls

no outgoing calls

Tested by 4

vulnTestFunction · 0.36
smokeTestFunction · 0.36
_fuzzUnionColsFunction · 0.36
tamperFunction · 0.36