Nodes/comfy-ovum/_.matcher
ComfyUI Node

_.matcher

Returns a predicate function that will tell you if a passed in object contains all of the key/value properties present in attrs.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.matcher
  • py_dict
  • attrs
  • *
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
py_dictopt*Primary input object (expected object). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.
attrsopt*attrs: JSON allowed for arrays/objects where applicable.

Outputs (1)

NameTypeDescription
**