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

Method run

tools/python-3.11.9-amd64/Lib/threading.py:1398–1402  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1396 self.finished.set()
1397
1398 def run(self):
1399 self.finished.wait(self.interval)
1400 if not self.finished.is_set():
1401 self.function(*self.args, **self.kwargs)
1402 self.finished.set()
1403
1404
1405# Special thread class to represent the main thread

Callers

nothing calls this directly

Calls 4

waitMethod · 0.45
is_setMethod · 0.45
functionMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected