ModuleMemberBase

class composapy.dataflow.models.ModuleMemberBase(contract, *args, **kwargs)

Used as a base class for a for the Input and Result members of a Module object.

property name: str

Returns the contract member, Name.

property type: str

Returns the contract member, ArgumentTypeFriendlyName.

property value: any

Adds contract result id to the ValueObj, then returns the contract member, ValueObj.