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:
EnumSignature argument types.
While we just copy those defined by
inspect, note that the definitions here are more abstract than those ofinspect: 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.