MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / set_result

Method set_result

tools/python-3.11.9-amd64/Lib/asyncio/tasks.py:158–159  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

156 self._name = str(value)
157
158 def set_result(self, result):
159 raise RuntimeError('Task does not support set_result operation')
160
161 def set_exception(self, exception):
162 raise RuntimeError('Task does not support set_exception operation')

Callers 15

_sock_recvMethod · 0.45
_sock_recv_intoMethod · 0.45
_sock_recvfromMethod · 0.45
_sock_recvfrom_intoMethod · 0.45
_sock_sendallMethod · 0.45
_sock_sendtoMethod · 0.45
_sock_connectMethod · 0.45
_sock_connect_cbMethod · 0.45
_sock_acceptMethod · 0.45
_write_readyMethod · 0.45
_make_empty_waiterMethod · 0.45
_wakeup_nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected