blark.html.TokenPlacement

class blark.html.TokenPlacement(tree: 'lark.Tree', child_index: 'int')[source]

Bases: object

Methods

__init__(tree, child_index)

Attributes

tree

Token's parent tree

child_index

Index of the token in tree.children

tree: Tree

Token’s parent tree

child_index: int

Index of the token in tree.children

__init__(tree: Tree, child_index: int) None