finesse.script.adapter.GetterProxy

Overview

class finesse.script.adapter.GetterProxy[source]

Bases: object

An object that when called returns the parameters and values that should be dumped to represent an object in kat script.

Inheriting classes should define __call__, returning an ordered mapping of parameters to values.