pyparts.parts.switch.button
index
/home/sean/src/python/pyparts/src/pyparts/parts/switch/button.py

 
Modules
       
pyparts.parts.base_part

 
Classes
       
pyparts.parts.base_part.BasePart(__builtin__.object)
Button

 
class Button(pyparts.parts.base_part.BasePart)
    
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)