Interface n.i.IContainer(Interface):

Part of nevow.inevow View Source View In Hierarchy

Known implementations: nevow.accessors.DictionaryContainer, nevow.accessors.ListContainer, nevow.accessors.ObjectContainer, nevow.rend.DataFactory

No interface docstring
Line # Kind Name Docs
131 Method child Return a conceptual child; an attribute, or a key,
def child(context, name): (source)

Return a conceptual child; an attribute, or a key, or the result of a function call.

Returns any object; the result may be adapted to IGettable if possible.

Return None if the adaptee does not have a child with the given name.

TODO: Maybe returning None is bad, and .child should just raise whatever exception is natural
API Documentation for Nevow, generated by pydoctor.