MCPcopy Create free account
hub / github.com/ActiveState/code / test_send

Function test_send

recipes/Python/577950_Socket_Broadcast_Help/recipe-577950.py:66–70  ·  view source on GitHub ↗

Test the beacon's send method.

(b)

Source from the content-addressed store, hash-verified

64 test_recv(b)
65
66def test_send(b):
67 "Test the beacon's send method."
68 while True:
69 b.send(time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()).encode())
70 time.sleep(1)
71
72def test_recv(b):
73 "Test the beacon's recv method."

Callers

nothing calls this directly

Calls 4

gmtimeMethod · 0.80
sendMethod · 0.45
encodeMethod · 0.45
sleepMethod · 0.45

Tested by

no test coverage detected