MCPcopy Index your code
hub / github.com/secdev/scapy / warning

Function warning

scapy/error.py:133–138  ·  view source on GitHub ↗

Prints a warning during runtime.

(x, *args, **kargs)

Source from the content-addressed store, hash-verified

131
132
133def warning(x, *args, **kargs):
134 # type: (str, *Any, **Any) -> None
135 """
136 Prints a warning during runtime.
137 """
138 log_runtime.warning(x, *args, **kargs)

Callers 15

_iface_changerFunction · 0.90
routeMethod · 0.90
get_if_bcastMethod · 0.90
_winsetMethod · 0.90
_winresetMethod · 0.90
_wincloseMethod · 0.90
do_graphFunction · 0.90
_read_packetMethod · 0.90
__init__Method · 0.90
_read_blockMethod · 0.90
_read_block_tailMethod · 0.90
_read_block_shbMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected