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

Method capitalize

lib/request/basic.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79
80 class _str(str):
81 def capitalize(self):
82 return _str(self)
83
84 def title(self):
85 return _str(self)

Callers 13

addheaderMethod · 0.80
parse_argsFunction · 0.80
toDictMethod · 0.80
toDictMethod · 0.80
http_error_302Method · 0.80
_http_requestMethod · 0.80
getPageMethod · 0.80
queryPageMethod · 0.80
forgeHeadersFunction · 0.80
_setOSFunction · 0.80
_cleanupOptionsFunction · 0.80
setOsMethod · 0.80

Calls 1

_strClass · 0.85

Tested by

no test coverage detected