.. _l-properties: Properties ========== .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | property | class parent | truncated documentation | +========================================================================================+==================+=============================================================================================================================+ | :meth:`ImportName ` | ModuleInstall | return the import name | +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`Purpose ` | ModuleInstall | returns the comment | +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`Script ` | ModuleInstall | returns the script to run if the extension is an application and not a module | +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`daemon ` | _AsyncLineReader | A boolean value indicating whether this thread is a daemon thread. This must be set before start() is called, otherwise ... | +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`ident ` | _AsyncLineReader | Thread identifier of this thread or None if it has not been started. This is a nonzero integer. See the get_ident() ... | +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`name ` | _AsyncLineReader | A string used for identification purposes only. It has no semantics. Multiple threads may be given the same name. ... | +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`native_id ` | _AsyncLineReader | Native integral thread ID of this thread, or None if it has not been started. This is a non-negative integer. ... | +----------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+