MCPcopy 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

wolFunction · 0.45
connectFunction · 0.45
connectFunction · 0.45
_sendtoMethod · 0.45
_queryMethod · 0.45
wolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected