Properties

Summary

property

class parent

truncated documentation

Status

BlogPost

Return the status.

StatusTime

BlogPost

Returns the status.

StatusTimeStr

BlogPost

Returns the status.

asdict

BlogPost

Returns all members as a dictionary.

asdict

StreamRSS

Returns all members as a dictionary.

asrow

BlogPost

Returns all the values as a row (following the schema given by schema_database()).

asrow

StreamRSS

Returns all the values as a row (following the schema given by schema_database()).

daemon

ThreadServer

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

ident

ThreadServer

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

index

BlogPost

Defines the column to use as an index.

index

StreamRSS

Defines the column to use as an index.

indexes

BlogPost

Defines other indexes to create.

json

HTMLtoJSONParser

Returns the JSON strucure.

name

ThreadServer

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

native_id

ThreadServer

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

pubDateformat

BlogPost

Returns the date to a given format.

schema_database

BlogPost

Returns all members names and types as a dictionary.

schema_database

StreamRSS

Returns all members names and types as a dictionary.

stat_nb

StreamRSS

Returns the statistics nb: self.stat.get("nb", 0).