class documentation

class Thread:

View In Hierarchy

Represents some basic information about a thread.

Warnings

This object is not meant to be constructed directly. Use OssiContext.thread instead.

Method __init__ Initializes a new Thread instance from a low-level object.
Property id Property: The id of the thread
Property owner_process_id Property: ID of the process that owns the thread
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable _rvn_thread Undocumented
def __init__(self, _rvn_thread):

Initializes a new Thread instance from a low-level object.

Warnings

This object is not meant to be constructed directly. Use OssiContext.thread instead.

Information

Parameters_rvn_threadUndocumented
_rvn_processlow-level process
_rvn_thread =

Undocumented

@property
id =

Property: The id of the thread

(type: int)
@property
owner_process_id =

Property: ID of the process that owns the thread

(type: int)
def __repr__(self):

Undocumented

ReturnsUndocumented (type: str)
def __str__(self):

Undocumented

ReturnsUndocumented (type: str)
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-12-14 10:42:41.