Bisect List

../../../../_images/bisect_list.svg
The considered category of nodes includes a number of common list operations,
  • Append
  • Extend
  • Get item

These list operations exist for list of ADAFs, Tables, and Text.

class node_list_operations.BisectList[source]

Split a list into two parts.

Inputs:
in : [<a>]

Full List

Outputs:
first : [<a>]

First part

second : [<a>]

Second part