.. _l-properties: Properties ========== .. contents:: :local: :depth: 1 Summary +++++++ +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | property | class parent | truncated documentation | +==========================================================================================+==================+=============================================================================================================================+ | :meth:`Status ` | BlogPost | Return the status. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`StatusTime ` | BlogPost | Returns the status. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`StatusTimeStr ` | BlogPost | Returns the status. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`asdict ` | BlogPost | Returns all members as a dictionary. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`asdict ` | StreamRSS | Returns all members as a dictionary. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`asrow ` | BlogPost | Returns all the values as a row (following the schema given by :meth:`schema_database`). | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`asrow ` | StreamRSS | Returns all the values as a row (following the schema given by :meth:`schema_database`). | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`daemon ` | ThreadServer | A boolean value indicating whether this thread is a daemon thread. This must be set before start() is called, otherwise ... | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`ident ` | ThreadServer | Thread identifier of this thread or None if it has not been started. This is a nonzero integer. See the get_ident() ... | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`index ` | BlogPost | Defines the column to use as an index. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`index ` | StreamRSS | Defines the column to use as an index. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`indexes ` | BlogPost | Defines other indexes to create. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`json ` | HTMLtoJSONParser | Returns the :epkg:`JSON` strucure. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`name ` | ThreadServer | A string used for identification purposes only. It has no semantics. Multiple threads may be given the same name. ... | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`native_id ` | ThreadServer | Native integral thread ID of this thread, or None if it has not been started. This is a non-negative integer. ... | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`pubDateformat ` | BlogPost | Returns the date to a given format. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`schema_database ` | BlogPost | Returns all members names and types as a dictionary. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`schema_database ` | StreamRSS | Returns all members names and types as a dictionary. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`stat_nb ` | StreamRSS | Returns the statistics nb: ``self.stat.get("nb", 0)``. | +------------------------------------------------------------------------------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------+