c.l.i.l.IReadZODBAnnotation(Interface) : interface documentation

Part of canonical.launchpad.interfaces.launchpad View In Hierarchy

Known subclasses: canonical.launchpad.interfaces.launchpad.IZODBAnnotation

No interface docstring
Method __getitem__ Get the annotation for the given dotted-name namespace.
Method get Get the annotation for the given dotted-name namespace.
Method __contains__ Returns true if there is an annotation with the given namespace.
Method __delitem__ Removes annotation at the given namespace.
def __getitem__(namespace):
Get the annotation for the given dotted-name namespace.
def get(namespace, default=None):
Get the annotation for the given dotted-name namespace.

If there is no such annotation, return the default value.

def __contains__(namespace):
Returns true if there is an annotation with the given namespace.

Otherwise, returns false.

def __delitem__(namespace):
Removes annotation at the given namespace.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.