Home
last modified time | relevance | path

Searched refs:ping_received (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ipython5/ipython-5.10.0/IPython/core/tests/
H A Dtest_events.py10 def ping_received(): function
15 self.em = events.EventManager(get_ipython(), {'ping_received': ping_received})
/dports/devel/ipython/ipython-7.29.0/IPython/core/tests/
H A Dtest_events.py10 def ping_received(): function
22 {'ping_received': ping_received,
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_client_ws_functional.py511 ping_received = False
514 nonlocal ping_received
519 ping_received = True
532 assert ping_received
536 ping_received = False
539 nonlocal ping_received
544 ping_received = True
557 assert ping_received
/dports/net/rtpproxy/rtpproxy-2.1.1/python/sippy_lite/sippy/
H A DUdp_server.py267 def ping_received(self, data, address, udp_server, rtime): member in self_test
306 uopts_ping = Udp_server_opts(self.ping_laddr, self.ping_received)
307 uopts_ping6 = Udp_server_opts(self.ping_laddr6, self.ping_received)