Methods
|
|
getcolor
getdef
getextensions
getsection
reload
|
|
getcolor
|
getcolor (
self,
sec,
name,
)
Return a dictionary with foreground and background colors
The return value is appropriate for passing to Tkinter in, e.g.,
a tag_config call.
|
|
getdef
|
getdef (
self,
sec,
options,
raw=0,
vars=None,
default=None,
)
Get an option value for given section or return default
|
|
getextensions
|
getextensions ( self )
|
|
getsection
|
getsection ( self, section )
Return a SectionConfigParser object
|
|
reload
|
reload ( self )
|
|