Local¶
-
class
knut.apis.Local¶ Interact with the local service.
This class extends the
KnutAPIto handle the following requests:- :const:`LOCAL_REQUEST` - :const:`LOCAL_RESPONSE`
Only one
localservice can be connected by setting it usingset_local(). Theon_change()event of the service is connected to thenotifier()method, which triggers theon_push()event with aLOCAL_RESPONSE.-
local= None¶ The
Localobject.
-