Home
last modified time | relevance | path

Searched refs:SendChannel (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/support/
Dinterpreters.py106 recv, send = RecvChannel(cid), SendChannel(cid)
112 return [(RecvChannel(cid), SendChannel(cid))
134 elif not isinstance(other, SendChannel):
174 class SendChannel(_ChannelEnd): class
/third_party/python/Lib/test/
Dtest_interpreters.py518 self.assertIsInstance(s, interpreters.SendChannel)
562 sch = interpreters.SendChannel(1)
566 interpreters.SendChannel('1')
569 sch = interpreters.SendChannel(1)
707 ch = interpreters.SendChannel(1_000_000)
717 ch = interpreters.SendChannel(1_000_000)