finesse.script.containers.TokenContainer

Overview

class finesse.script.containers.TokenContainer[source]

Bases: Addressable

Container with concrete token instances.

Properties

TokenContainer.bounds

Container bounds.

TokenContainer.first_token

First container token by coordinate.

TokenContainer.last_token

Last container token by coordinate.

TokenContainer.sorted_tokens

Tokens contained in the container, in ascending coordinate order.

TokenContainer.tokens

Tokens contained in the container.

Methods