System#

System is the core class for new subsystems. Systems add new features to the core ppb engine.

class ppb.systemslib.System(**props)[source]#

Creates an object capable of modifying the engine itself.

All systems are context managers. For more see Python context manager docs Set-up and teardown with __enter__ and __exit__ methods. Subclass examples include Renderer ~ppb.systems.clocks.Updater