- create_make(type_, *args, modifiers=None)#
Return the expression tree for making a structured value.
- Parameters:
- type_
suite.NamedType
Type to instantiate.
- args
List
[EX
] Values of the type instance.
- modifiers
Union
[ET
,List
[ET
]], default:None
List of higher-order constructs, which is provided as a keyword parameter.
- type_
- Returns:
ET