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

Method humanize

lib/core/common.py:242–243  ·  view source on GitHub ↗
(values, chain=" or ")

Source from the content-addressed store, hash-verified

240class Format(object):
241 @staticmethod
242 def humanize(values, chain=" or "):
243 return chain.join(values)
244
245 # Get methods
246 @staticmethod

Callers 2

getOsMethod · 0.80
setOsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected