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