Part of twistar.relationships View In Hierarchy
Split Table into Classes Show Methods in One Table
Line # | Kind | Name | Docs |
---|---|---|---|
108 | Method | get | Get the objects that caller has. |
122 | Method | count | Get the number of objects that caller has. |
176 | Method | set | Set the objects that caller has. |
194 | Method | clear | Clear the list of all of the objects that this one has. |
136 | Method | _generateGetArgs | Undocumented |
151 | Method | _set_polymorphic | Undocumented |
163 | Method | _update | Undocumented |
Inherited from Relationship:
Line # | Kind | Name | Docs |
---|---|---|---|
21 | Method | __init__ | Constructor. |
Line # | Kind | Name | Docs |
---|---|---|---|
21 | Method | __init__ | Constructor. |
194 | Method | clear | Clear the list of all of the objects that this one has. |
122 | Method | count | Get the number of objects that caller has. |
108 | Method | get | Get the objects that caller has. |
176 | Method | set | Set the objects that caller has. |
136 | Method | _generateGetArgs | Undocumented |
151 | Method | _set_polymorphic | Undocumented |
163 | Method | _update | Undocumented |
Parameters | kwargs | These could include limit , orderby , or any others
included in DBObject.find . If a where parameter
is included, the conditions will be added to the ones already imposed by
default in this method. |
Returns | A Deferred with a callback value of a list of objects. |
Parameters | kwargs | These could include limit , orderby , or any others
included in DBObject.find . If a where parameter
is included, the conditions will be added to the ones already imposed by
default in this method. |
Returns | A Deferred with the number of objects. |