xml.OptionsValues
¶
An xml.OptionsValues
class represents a view of the option values in the associated options dictionary.
- class xml.OptionsValues(Options options)¶
Constructs the view object returned by
xml.Options.values()
.
Special methods¶
__contains__, __eq__, __ge__, __gt__, __iter__, __le__, __len__, __lt__, __ne__