Lightningbeam/PyGUI-2.5.3/Doc/CommandSet.html

5 lines
758 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>CommandSet</title></head><body><h1>class <span style="font-family: monospace;">CommandSet</span></h1>CommandSet
is a subclass of the built-in set type designed for representing a set
of command names, as used by the basic_menus() function. The following
additional features are provided.<br><ul><li>The constructor accepts a single item (a string) as well as a collection of items.</li><li>The + operator may be used as a synonym for | (set union).</li><li>Union and difference operations accept a string or sequence of strings as the other operand.</li></ul>---</body></html>