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