finesse.script.containers.Addressable

Overview

class finesse.script.containers.Addressable[source]

Bases: object

Mixin defining interface to retrieve strings containing script lines.

Properties

Addressable.start

Start coordinate.

Addressable.stop

Stop coordinate.

Methods

Addressable.bounds

Container bounds.

Addressable.script([bounds])

Get the script in the interval [start, stop) defined by bounds.

Addressable.script_lines(bounds)

The script within bounds by line.