Skip to main content

Item

No overview available.

Methods


IsTerminal()

@classmethod
def IsTerminal() - > bool

Checks if the item is a terminal item. Callers use this to determine if further processing or traversal is needed for the item.

Returns

TypeDescription
boolTrue if the item is terminal, False otherwise.