Context¶
Module: kivy.context
Added in 1.8.0Warning
This is experimental and subject to change as long as this warning notice is present.
Kivy has a few “global” instances that are used directly by many pieces of the framework: Cache, Builder, Clock.
TODO: document this module.
-
kivy.context.
register_context
(name, cls, *args, **kwargs)[source]¶Added in 1.8.0 Register a new context.