Searched refs:RecvChannel (Results 1 – 2 of 2) sorted by relevance
106 recv, send = RecvChannel(cid), SendChannel(cid)112 return [(RecvChannel(cid), SendChannel(cid))131 if isinstance(self, RecvChannel):132 if not isinstance(other, RecvChannel):146 class RecvChannel(_ChannelEnd): class
517 self.assertIsInstance(r, interpreters.RecvChannel)537 rch = interpreters.RecvChannel(1)541 interpreters.RecvChannel('1')544 rch = interpreters.RecvChannel(1)702 ch = interpreters.RecvChannel(1_000_000)712 ch = interpreters.RecvChannel(1_000_000)