libtcspc.NullSource

final class libtcspc.NullSource[source]

Bases: Node

Source processor that emits no events.

Notes

Events handled:

  • This processor has no input events; it is a source.

  • Emits no events.

  • End of input: pass through (flushes the downstream once).

See also

tcspc::null_source()

The underlying C++ factory function.