l.b.i.b.IBugSubscriptionFilterMethodsPublic(Interface) : interface documentation

Part of lp.bugs.interfaces.bugsubscriptionfilter View In Hierarchy

Known subclasses: lp.bugs.interfaces.webservice.IBugSubscriptionFilter

Methods on IBugSubscriptionFilter that can be called by anyone.
Method isMuteAllowed Return True if this filter can be muted for person.
Method muted Return date muted if this filter was muted for person, or None.
Method mute Add a mute for person to this filter.
Method unmute Remove any mute for person to this filter.
@call_with(REQUEST_USER)
@export_read_operation()
@operation_for_version('devel')
def isMuteAllowed(person):
Return True if this filter can be muted for person.
@call_with(REQUEST_USER)
@export_read_operation()
@operation_for_version('devel')
def muted(person):
Return date muted if this filter was muted for person, or None.
@call_with(REQUEST_USER)
@export_write_operation()
@operation_for_version('devel')
def mute(person):
Add a mute for person to this filter.
@call_with(REQUEST_USER)
@export_write_operation()
@operation_for_version('devel')
def unmute(person):
Remove any mute for person to this filter.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.