assembl.lib.plaster module¶
-
class
assembl.lib.plaster.
Loader
(uri)[source]¶ Bases:
plaster_pastedeploy.Loader
-
get_settings
(section=None, defaults=None)[source]¶ Gets a named section from the configuration source.
- Parameters
section – a
str
representing the section you want to retrieve from the configuration source. IfNone
this will fallback to theplaster.PlasterURL.fragment
.defaults – a
dict
that will get passed toconfigparser.ConfigParser
and will populate theDEFAULT
section.
- Returns
A
collections.OrderedDict
with key value pairs as parsed byconfigparser.ConfigParser
.
-