class documentation
Runtime for SDK Core.
Method | __init__ |
Create SDK Core runtime. |
Method | retrieve |
Get buffered metrics. |
Method | write |
Write a test core log at DEBUG level. |
Method | write |
Write a test core log at INFO level. |
Static Method | _raise |
Internal helper for raising an exception in thread. |
Instance Variable | _ref |
Undocumented |
@staticmethod
def _raise_in_thread(thread_id:
def _raise_in_thread(thread_id:
int
, exc_type: Type[ BaseException]
) -> bool
:
(source)
¶
Internal helper for raising an exception in thread.