finesse.script.adapter.ArgumentType

Overview

class finesse.script.adapter.ArgumentType(value)[source]

Bases: Enum

Signature argument types.

While we just copy those defined by inspect, note that the definitions here are more abstract than those of inspect: these refer to the different flavours of script argument, which may or may not map directly to or from a Python type’s call signature.