Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ format
Method
format
thirdparty/ansistrm/ansistrm.py:169–171 ·
view source on GitHub ↗
(self, record)
Source
from the content-addressed store, hash-verified
167
return
message
168
169
def
format(self, record):
170
message = logging.StreamHandler.format(self, record)
171
return
self.colorize(message, record.levelno)
Callers
3
emit
Method · 0.95
detect
Function · 0.80
center
Function · 0.80
Calls
1
colorize
Method · 0.95
Tested by
no test coverage detected