5.3. spy.prelude

Utilities that are automatically imported during spy runs and of little use elsewhere.

spy.prelude.id(x)[source]

Return x.

spy.prelude.ft(*args)[source]

Return a tuple that, when called, calls all its members with the same argument.