libtcspc.SourceNothing

final class libtcspc.SourceNothing[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::source_nothing()

The underlying C++ factory function.