Quick search

Table Of Contents

Context

バージョン 1.8.0 で追加.

警告

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)[ソース]

Register a new context.

kivy.context.get_current_context()[ソース]

Return the current context.