| | |
- Method resolution order:
- Button
- pyparts.parts.base_part.BasePart
- __builtin__.object
Methods defined here:
- __init__(self, pin)
- remove_callbacks(self)
- set_on_both(self, callback, debounce_time_ms)
- set_on_double_press(self, callback, max_down_time, max_up_time)
- set_on_down(self, callback, debounce_time_ms)
- set_on_hold(self, callback, min_hold_time)
- set_on_press(self, callback, max_down_time)
- set_on_up(self, callback, debounce_time_ms)
Data descriptors inherited from pyparts.parts.base_part.BasePart:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|