MCPcopy
hub / github.com/PyQt5/PyQt / setTimeout

Method setTimeout

Demo/WindowNotify.py:50–53  ·  view source on GitHub ↗
(self, timeout)

Source from the content-addressed store, hash-verified

48 return self.labelContent.text()
49
50 def setTimeout(self, timeout):
51 if isinstance(timeout, int):
52 self._timeout = timeout
53 return self
54
55 def timeout(self):
56 return self._timeout

Callers 2

rAF.jsFile · 0.80
showMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected