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