XROAD
xroad.node.NodeCursor Class Reference
Inheritance diagram for xroad.node.NodeCursor:
Collaboration diagram for xroad.node.NodeCursor:

Public Member Functions

def __init__ (self, node, obj_type, offset=0)
 
def __del__ (self)
 
def __enter__ (self)
 
def __exit__ (self, exc_type, exc_val, traceback)
 
Any objects (self)
 return objects from cache More...
 
Any objects_with_last_flag (self)
 return objects from cache More...
 
Any robjects (self)
 return objects from cache in reverse order More...
 
Any first (self)
 get first object More...
 
Any next (self)
 get next object More...
 
Any last (self)
 get last object More...
 
Any prev (self)
 get previous object More...
 

Member Function Documentation

◆ first()

Any xroad.node.NodeCursor.first (   self)

get first object

Returns
first object from cache

◆ last()

Any xroad.node.NodeCursor.last (   self)

get last object

Returns
next object from cache

◆ next()

Any xroad.node.NodeCursor.next (   self)

get next object

Returns
next object from cache

◆ objects()

Any xroad.node.NodeCursor.objects (   self)

return objects from cache

Returns
object from cache

◆ objects_with_last_flag()

Any xroad.node.NodeCursor.objects_with_last_flag (   self)

return objects from cache

Returns
object from cache

◆ prev()

Any xroad.node.NodeCursor.prev (   self)

get previous object

Returns
next object from cache

◆ robjects()

Any xroad.node.NodeCursor.robjects (   self)

return objects from cache in reverse order

Returns
object from cache

The documentation for this class was generated from the following file: