libtcspc.NullRouter

class libtcspc.NullRouter[source]

Bases: Router

Router that discards every routed event.

Notes

Useful as a placeholder, or together with broadcast event types when no events need to be routed.

See also

tcspc::null_router

The underlying C++ router.