.. _l-staticmethods: Static Methods ============== .. contents:: :local: :depth: 1 Summary +++++++ +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | staticmethod | class parent | truncated documentation | +===================================================================================================================+==================+================================================================================+ | :meth:`enumerate_post_from_rsslist ` | StreamRSS | Enumerates all posts found in all rss_streams given as a list. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`enumerate_stream_from_google_list ` | StreamRSS | Retrieves the list of :epkg:`RSS` streams from a dump made with Google Reader. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`fill_table ` | BlogPost | Fills a table of a database, if the table does not exists, it creates it. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`fill_table ` | StreamRSS | Fills a table of a database, if the table does not exists, it creates it. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`getday ` | DatabaseRSS | Returns the same datetime but with no time. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`getdayn ` | DatabaseRSS | Returns the same datetime but with no time. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`iterate ` | HTMLtoJSONParser | Iterates on every field contains in the :epkg:`JSON` structure. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`run_server ` | CustomDBServer | start the server | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`run_server ` | RSSServer | Starts the server. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`schema_database_read ` | BlogPost | Returns all members names and types as a dictionary. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`schema_database_read ` | StreamRSS | Returns all members names and types as a dictionary. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`schema_table ` | CustomDBServer | returns the schema for a specific table | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`schema_table ` | DatabaseRSS | returns the schema for a specific table | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+ | :meth:`to_json ` | HTMLtoJSONParser | Converts :epkg:`HTML` into :epkg:`JSON`. | +-------------------------------------------------------------------------------------------------------------------+------------------+--------------------------------------------------------------------------------+