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

Method _format

lib/utils/httpd.py:106–111  ·  view source on GitHub ↗
(self, content, **params)

Source from the content-addressed store, hash-verified

104 self.wfile.flush()
105
106 def _format(self, content, **params):
107 if content:
108 for key, value in params.items():
109 content = content.replace("<!%s!>" % key, value)
110
111 return content
112
113 def version_string(self):
114 return VERSION_STRING

Callers 2

do_GETMethod · 0.95
formatFunction · 0.80

Calls 2

itemsMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected