A | |
| add [AnyDBM.t] | |
| add [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| add_section [ConfigParser.rawConfigParser] |
Adds a new empty section.
|
| assert_read [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| assert_write [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
C | |
| can_read [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| can_write [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| close [AnyDBM.t] | |
| close [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| consume_stream [BNFsupport.lazyStream] |
Consumes on the parent stream all items that have been consumed
by the stream returned by to_stream on this object.
|
D | |
| do_add [AnyDBM_String.dbm] | |
| do_add [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| do_close [AnyDBM_String.dbm] | |
| do_close [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| do_find [AnyDBM_String.dbm] | |
| do_find [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| do_iter [AnyDBM_String.dbm] | |
| do_iter [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| do_remove [AnyDBM_String.dbm] | |
| do_remove [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| do_replace [AnyDBM_String.dbm] | |
| do_replace [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
F | |
| find [AnyDBM.t] | |
| find [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
G | |
| get [ConfigParser.rawConfigParser] |
Returns the content of the requested option as a string.
|
| getbool [ConfigParser.rawConfigParser] |
Returns the content of the requested option as a bool.
|
| getfloat [ConfigParser.rawConfigParser] |
Returns the content of the requested option as a float.
|
| getint [ConfigParser.rawConfigParser] |
Returns the content of the requestied option as an int.
|
H | |
| has_option [ConfigParser.rawConfigParser] |
Lets you determine whether a given options is present.
|
| has_section [ConfigParser.rawConfigParser] |
Find out whether the given section exists.
|
I | |
| items [ConfigParser.rawConfigParser] |
Returns a list of (optionname, value) pairs representing the content of
the given section.
|
| iter [AnyDBM.t] | |
| iter [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
M | |
| maingetdata [ConfigParser.rawConfigParser] | |
N | |
| next_item [BNFsupport.lazyStream] |
Returns the next item available, or None if no more items are available.
|
| nth_item [BNFsupport.lazyStream] |
Returns the nth item available, starting from 0, or None if no more
items are available.
|
O | |
| options [ConfigParser.rawConfigParser] |
Returns a list of the names of all the options present in the given
section.
|
| optionxform [ConfigParser.rawConfigParser] |
Used to convert an option string to a standardized format.
|
R | |
| readchan [ConfigParser.rawConfigParser] |
Parses the input channel given and adds its contents to the object
in the same manner as readfile.
|
| readfile [ConfigParser.rawConfigParser] |
Parses the file with the name given and adds its contents to this
parser object.
|
| readstring [ConfigParser.rawConfigParser] |
Parses the given string and adds its contents to the object in the same
manner as readfile.
|
| remove [AnyDBM.t] | |
| remove [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
| remove_option [ConfigParser.rawConfigParser] |
Removes the given option.
|
| remove_section [ConfigParser.rawConfigParser] |
Removes the entire given section.
|
| replace [AnyDBM.t] | |
| replace [AnyDBM.AnyDBMUtils.anyDBM_Base] | |
S | |
| sections [ConfigParser.rawConfigParser] |
Returns a list of the sections in your configuration file.
|
| set [ConfigParser.rawConfigParser] |
Sets the option to a new value, replacing an existing one if it exists.
|
T | |
| to_stream [BNFsupport.lazyStream] |
Returns a stream for this object.
|
| to_string [ConfigParser.rawConfigParser] |
Returns a string that could be later parsed back into the content
represented by this object.
|
W | |
| writechan [ConfigParser.rawConfigParser] |
Writes the content of the object to the given output channel.
|
| writefile [ConfigParser.rawConfigParser] |
Writes the content of the object out to the given filename.
|