MCPcopy Index your code
hub / github.com/python/cpython / setblocking

Method setblocking

Lib/asyncio/trsock.py:94–98  ·  view source on GitHub ↗
(self, flag)

Source from the content-addressed store, hash-verified

92 return 0
93
94 def setblocking(self, flag):
95 if not flag:
96 return
97 raise ValueError(
98 'setblocking(): transport sockets cannot be blocking')

Callers 10

_make_self_pipeMethod · 0.45
_accept_connectionMethod · 0.45
_sock_acceptMethod · 0.45
create_unix_serverMethod · 0.45
_make_self_pipeMethod · 0.45
_connect_sockMethod · 0.45
create_serverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected