finesse.script.adapter.ArgumentType

Overview

class finesse.script.adapter.ArgumentType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)[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.