wizard.sset

Classes

class wizard.sset.make

Return a SerialisedSet if given any non-empty string. If given an empty string, return a DummySerialisedSet.

class wizard.sset.ISerializedSet

A unique unordered collection of strings.

add(name)

Adds a value into the set.

class wizard.sset.SerializedSet(file)

This set also records itself to a file, so that it is persisted over multiple sessions.

add(name)

Adds a value into the set.

class wizard.sset.DummySerializedSet

Dummy object that doesn’t actually cache anything and claims that everything needs to be done.

add(name)

Doesn’t do anything.

Table Of Contents

Previous topic

wizard.sql

Next topic

wizard.tests

This Page