self

Because a query object filters "downwards" there this is a way access the item at the level of the query object. It's particularly useful for debugging in the shell:

Example

>>> root = pad.root
>>> root.children.query.self == root
True

Comments