DejaVue

class dictIO.utils.counter.DejaVue

Bases: object

A class that implements a static global registry of strings.

__init__() None

Methods

__init__()

reset()

Reset DejaVue.

Attributes

djv

strings

Return a list with all strings currently registered with DejaVue.

reset() None

Reset DejaVue.

Clears the list of registered strings.

djv: ClassVar[dict[str, list[str]]] = {'strings': []}
property strings: list[str]

Return a list with all strings currently registered with DejaVue.

Returns:

list with all strings currently registered with DejaVue.

Return type:

List[str]