8
8
To tell whether or not an object is private we adapt it into an
9
9
IObjectPrivacy and check its is_private attribute.
12
12
>>> from lp.answers.interfaces.questioncollection import IQuestionSet
13
13
>>> from lp.bugs.interfaces.bug import IBugSet
14
14
>>> from lp.registry.interfaces.person import IPersonSet