Quick search

Compatibility module for Python 2.7 and > 3.3

kivy.compat.PY2 = True

True if Python 2 intepreter is used

kivy.compat.string_types

String types that can be used for checking if a object is a string

alias of basestring