Properties

Summary

property

class parent

truncated documentation

ImportName

ModuleInstall

return the import name

Purpose

ModuleInstall

returns the comment

Script

ModuleInstall

returns the script to run if the extension is an application and not a module

daemon

_AsyncLineReader

A boolean value indicating whether this thread is a daemon thread. This must be set before start() is called, otherwise …

ident

_AsyncLineReader

Thread identifier of this thread or None if it has not been started. This is a nonzero integer. See the get_ident() …

name

_AsyncLineReader

A string used for identification purposes only. It has no semantics. Multiple threads may be given the same name. …

native_id

_AsyncLineReader

Native integral thread ID of this thread, or None if it has not been started. This is a non-negative integer. …