View source on GitHub
|
Tree node for a parameterized filter.
Inherits From: Node, expected_type
google.appengine.ext.ndb.ParameterNode(
prop, op, param
)
Methods
resolve
resolve(
bindings, used
)
Return a Node with Parameters replaced by the selected values.
| Args | |
|---|---|
bindings
|
A dict mapping integers and strings to values. |
used
|
A dict into which use of use of a binding is recorded. |
| Returns | |
|---|---|
| A Node instance. |
__eq__
__eq__(
other
)
Return self==value.
__ge__
__ge__(
unused_other
)
__gt__
__gt__(
unused_other
)
__le__
__le__(
unused_other
)
__lt__
__lt__(
unused_other
)
__ne__
__ne__(
other
)
Return self!=value.
View source on GitHub