MCPcopy
hub / github.com/Gallopsled/pwntools / warning

Method warning

pwnlib/log.py:420–425  ·  view source on GitHub ↗

warning(message, *args, **kwargs) Logs a warning message.

(self, message, *args, **kwargs)

Source from the content-addressed store, hash-verified

418 self.indented(pwnlib.util.fiddling.hexdump(message), *args, **kwargs)
419
420 def warning(self, message, *args, **kwargs):
421 """warning(message, *args, **kwargs)
422
423 Logs a warning message.
424 """
425 self._log(logging.WARNING, message, args, kwargs, 'warning')
426
427 def warn(self, *args, **kwargs):
428 """Alias for :meth:`warning`."""

Callers 10

warnMethod · 0.95
_rel_lookupMethod · 0.80
perform_checkFunction · 0.80
__init__Method · 0.80
detect_missing_binariesFunction · 0.80
mainFunction · 0.80
__init__Method · 0.80
_parse_stackMethod · 0.80
libsMethod · 0.80
append_exampleFunction · 0.80

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected