Skip to main content

dynattrs

artifact_value

def artifact_value(
) -> DynamicAttrType

dict

def dict(
key: type,
value: DynamicAttrType,
/,
) -> DynamicAttrType

dynamic_value

def dynamic_value(
) -> DynamicAttrType

list

def list(
ty: DynamicAttrType,
/,
) -> DynamicAttrType

option

def option(
ty: DynamicAttrType,
/,
) -> DynamicAttrType

output

def output(
) -> DynamicAttrType

tuple

def tuple(
*args: DynamicAttrType,
) -> DynamicAttrType

value

def value(
ty: type,
/,
) -> DynamicAttrType