MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / __repr__

Method __repr__

thirdparty/bottle/bottle.py:593–595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

591 return self.config.get(key, default)
592
593 def __repr__(self):
594 cb = self.get_undecorated_callback()
595 return '<%s %s -> %s:%s>' % (self.method, self.rule, cb.__module__, cb.__name__)
596
597###############################################################################
598# Application Object ###########################################################

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected