fashion

Decorators for dangerous functions

Functions

locked(func)

Wrapper to use as decorator, handle lock logic for a

pigpio_command(func)

pvp.common.fashion.locked(func)[source]

Wrapper to use as decorator, handle lock logic for a @property

Parameters

func (callable) – function to wrap

pvp.common.fashion.pigpio_command(func)[source]