Python Api  IE10.1
Public Member Functions | Public Attributes | List of all members
netbrain.sysapi.pluginfw.Thread Class Reference

Wrapper class of threading.Thread for pluginfw If we need use multi-threads in plugin, we need copy the context to new thread. More...

Inheritance diagram for netbrain.sysapi.pluginfw.Thread:

Public Member Functions

def __init__ (self, group=None, target=None, name=None, args=(), kwargs=None, daemon=None)
 
def run (self)
 

Public Attributes

 context
 

Detailed Description

Wrapper class of threading.Thread for pluginfw If we need use multi-threads in plugin, we need copy the context to new thread.

this class is Automation do this operations.
param is same to threading.Thread

See also
GetAPIContext
threading.Thread,:https://docs.python.org/3/library/threading.html

Constructor & Destructor Documentation

◆ __init__()

def netbrain.sysapi.pluginfw.Thread.__init__ (   self,
  group = None,
  target = None,
  name = None,
  args = (),
  kwargs = None,
  daemon = None 
)

Member Function Documentation

◆ run()

def netbrain.sysapi.pluginfw.Thread.run (   self)

Member Data Documentation

◆ context

netbrain.sysapi.pluginfw.Thread.context

The documentation for this class was generated from the following file: