| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
_2many.result
|
|||
| __init__(self, dbobj, relationship) | ||
|
__iter__(self) Return those child objects that are associated with the parent's owner through their foreign key. |
||
| select(self, *clauses) | ||
| len(self, *claises) | ||
| append(self, *new_child_objects) | ||
|
__len__(self) Return the number of child dbobjects returned (='contained') in this result. |
||
| ds(self) | ||
| child_class(self) | ||
| where(self) | ||
|
add_where(self,
clauses) Add our where clause to clauses. |
||
|
__getattr__(self,
name) This function allows access to a dbclass' __result__'s views through a relationship dbattribute. |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
>>> view = parent.relationship.view()Will return an instance of child.__result__.view initialized to the current result. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Wed Feb 20 18:17:27 2008 | http://epydoc.sourceforge.net |