class documentation

class ConfdReply(ConfigObject):

View In Hierarchy

Object holding a confd reply.

Class Variable __slots__ Undocumented
Instance Variable answer confd query reply
Instance Variable protocol confd protocol version
Instance Variable serial configuration serial number
Instance Variable status reply status code (ok, error)

Inherited from ConfigObject:

Class Method FromDict Create an object from a dictionary.
Method __getattr__ Undocumented
Method __repr__ Implement __repr__ for ConfigObjects.
Method __setstate__ Undocumented
Method Copy Makes a deep copy of the current object and its children.
Method ToDict Convert to a dict holding only standard python types.
Method UpgradeConfig Fill defaults for missing configuration values.
Method Validate Validates the slots.

Inherited from ValidatedSlots (via ConfigObject):

Class Method GetAllSlots Compute the list of all declared slots for a class.
Method __init__ Constructor for BaseOpCode.
__slots__: list[str] =

Undocumented

answer =

confd query reply

protocol =

confd protocol version

serial =

configuration serial number

status =

reply status code (ok, error)