Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
240
class
Format(object):
241
@staticmethod
242
def
humanize(values, chain=
" or "
):
243
return
chain.join(values)
244
245
# Get methods
246
@staticmethod
Callers
2
getOs
Method · 0.80
setOs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected