Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ unknown_charref
Method
unknown_charref
lib/utils/sgmllib.py:524–526 ·
view source on GitHub ↗
(self, ref)
Source
from the content-addressed store, hash-verified
522
print(
'*** unknown entity ref: &'
+ ref +
';'
)
523
524
def
unknown_charref(self, ref):
525
self.flush()
526
print(
'*** unknown char ref: &#'
+ ref +
';'
)
527
528
def
unknown_decl(self, data):
529
self.flush()
Callers
nothing calls this directly
Calls
1
flush
Method · 0.95
Tested by
no test coverage detected