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.
_.getmanyattr
- obj
- args
- *
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| 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)
| Name | Type | Description |
|---|---|---|
| * | * | — |