Nodes/comfy-ovum/_.functions
ComfyUI Node

_.functions

Returns a sorted list of the names of every method in an object — that is to say, the name of every function property of the object.

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

Inputs (1)

NameTypeDefaultDescription
py_dictopt*Primary input object (expected object). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.

Outputs (1)

NameTypeDescription
**