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

Method handle_pi

lib/utils/sgmllib.py:465–466  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

463
464 # Example -- handle processing instruction, could be overridden
465 def handle_pi(self, data):
466 pass
467
468 # To be overridden -- handlers for unknown objects
469 def unknown_starttag(self, tag, attrs):

Callers 1

parse_piMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected