MCPcopy Create free account
hub / github.com/Anoise/WTFlib / run

Method run

LDPS_Graph/models/Stat_models.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.args = args
25
26 def run(self):
27 self.results = self.func(*self.args)
28
29 def return_result(self):
30 threading.Thread.join(self)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected