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

Method setTimeout

Lib/urllib/request.py:1579–1580  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

1577 self.max_conns = 16
1578
1579 def setTimeout(self, t):
1580 self.delay = t
1581
1582 def setMaxConns(self, m):
1583 self.max_conns = m

Callers 1

_extra_handlersMethod · 0.95

Calls

no outgoing calls

Tested by 1

_extra_handlersMethod · 0.76