MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / function

Method function

botasaurus/thread_with_result.py:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 self._exception = None
9
10 def function():
11 try:
12 self.result = target(*args, **kwargs)
13 except Exception as e:
14 self._exception = e
15
16 super().__init__(group=group, target=function, name=name, daemon=daemon)
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected