Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ sendto
Method
sendto
tests/pytests/unit/modules/test_network.py:158–159 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
156
pass
157
158
def
sendto(self, *args, **kwargs):
159
pass
160
161
with
patch(
"socket.socket"
, MockSocket):
162
assert networkmod.wol(mac, bcast)
Callers
6
wol
Function · 0.45
connect
Function · 0.45
connect
Function · 0.45
_sendto
Method · 0.45
_query
Method · 0.45
wol
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected