Bases: object
Base Attribute class for deriving all attributes for a Config object
Parameters: |
|
---|
Bases: ztpserver.config.Attr
Boolean attribute class derived from Attr
Bases: _abcoll.Mapping
The Config class represents the configuration for collection.
Bases: _abcoll.Mapping
The Group class provides a logical grouping of attributes in a Config object. Group names must be unique for each Config instance and cannot be assigned values.
Parameters: |
|
---|
Bases: ztpserver.config.Attr
Integer attribute class derived from Attr
Parameters: |
|
---|
Bases: ztpserver.config.Attr
List attribute class derived from Attr
Parameters: | delimiter – specifies the delimiter character to split the string on |
---|
Bases: ztpserver.config.Attr
String attribute class derived from Attr
Parameters: | choices – optional keyword argument specifies valid choices |
---|
Bases: object
Bases: object
Bases: collections.OrderedDict, _abcoll.Callable
Bases: object
represents a file object from the file store
Bases: exceptions.Exception
raised if url not found in the file store
Bases: object
represents the file store
Bases: object
The Serializer will serialize a data structure based on the content-type. If the content-type is not supported the Serializer will simply return the data as a str object
deserialize the data based on the content_type
If a valid handler does not exist for the requested content_type, then the data is returned as a string
Parameters: |
|
---|
Bases: exceptions.Exception
base error raised by serialization functions