Base¶
-
class
pygame_menu._base.Base(object_id)[source] Base object.
-
get_attribute(key, default=None)[source] Get an attribute value.
-
get_counter_attribute(key, incr, default=0)[source] Get counter attribute.
-
has_attribute(key)[source] Return
Trueif the object has the given attribute.
-