lib module

subtree function

#let subtree(cell, node: none)

Documentation

Extract a node and all of its descendants.

Parameters

  • cell (dictionary): The source morphology.
  • node (int): Root node ID of the extracted subtree. Default: none.

Returns

dictionary

Defined in lib.typ:302.

Source

Module
lib
Defined in
lib.typ:302
Source
View source