Nodes/comfy-ovum/_.getmanyattr
ComfyUI Node

_.getmanyattr

getmanyattr(object, name1[, name2 ,[name3 ,...]], default]) - value Get many named attributes from an object; getmanyattr(x, 'y', 'z', None) is equivalent to [x.y, x.z]. The default argument (None) is returned when the attribute doesn't exist.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.getmanyattr
  • obj
  • args
  • *
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.
argsopt*args: JSON allowed for arrays/objects where applicable. For multiple values, provide a JSON array (e.g., [1,2,3]).

Outputs (1)

NameTypeDescription
**