finesse.script.containers.Addressable.script_lines

Addressable.script_lines(bounds)[source]

The script within bounds by line.

Parameters
boundsKatBounds

The bounds to retrieve script between.

Returns
list

Lines within bounds. Where bounds starts or stops mid-way through a line, only the part of the line that falls within bounds is contained in the corresponding line.