Strings¶
- class odl.set.sets.Strings(length)[source]¶
Bases:
Set
Set of fixed-length (unicode) strings.
- Attributes:
Methods
contains_all
(other)Return
True
if all strings inother
have sizelength
.contains_set
(other)Test if
other
is a subset of this set.element
([inp])Return an element from
inp
or from scratch.