Strings

class odl.Strings(length)

Bases: Set

Set of fixed-length (unicode) strings.

__init__(length)[source]

Initialize a new instance.

Parameters

lengthpositive int

Fixed length of the strings in this set.