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

Function _

thirdparty/identywaf/identYwaf.py:305–309  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

303
304 # Dirty hack(s) for help message
305 def _(self, *args):
306 retval = parser.formatter._format_option_strings(*args)
307 if len(retval) > MAX_HELP_OPTION_LENGTH:
308 retval = ("%%.%ds.." % (MAX_HELP_OPTION_LENGTH - parser.formatter.indent_increment)) % retval
309 return retval
310
311 parser.usage = "python %s <host|url>" % parser.usage
312 parser.formatter._format_option_strings = parser.formatter.format_option_strings

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected