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

Class _str

lib/request/basic.py:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 headers.update(items.items())
79
80 class _str(str):
81 def capitalize(self):
82 return _str(self)
83
84 def title(self):
85 return _str(self)
86
87 _ = headers
88 headers = OrderedDict()

Callers 3

capitalizeMethod · 0.85
titleMethod · 0.85
forgeHeadersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…