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

Method convert_codepoint

lib/utils/sgmllib.py:417–418  ·  view source on GitHub ↗
(self, codepoint)

Source from the content-addressed store, hash-verified

415 return self.convert_codepoint(n)
416
417 def convert_codepoint(self, codepoint):
418 return chr(codepoint)
419
420 def handle_charref(self, name):
421 """Handle character reference, no need to override."""

Callers 2

convert_charrefMethod · 0.95
convert_charrefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected