Inputfuncs for some more MSDP/GMCP commands. Still untested.

This commit is contained in:
Griatch 2016-03-26 10:55:10 +01:00
parent ad158e1816
commit d8bfb6d4a2
2 changed files with 98 additions and 4 deletions

View file

@ -61,9 +61,8 @@ class MonitorHandler(object):
obj (Typeclassed Entity): The entity on which to monitor a
field or Attribute.
fieldname (str): Name of field (db_*) or Attribute to monitor.
callback (callable): A callable on the form `callable(obj,
fieldname, **kwargs), where kwargs holds keys fieldname
and obj.
callback (callable): A callable on the form `callable(**kwargs),
where kwargs holds keys fieldname and obj.
uid (hashable): A unique id to identify this particular monitor.
It is used together with obj to
persistent (bool): If this monitor should survive a server