mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-06 15:27:12 +08:00
Clarify docstring
This commit is contained in:
parent
f4b31989f5
commit
82bd55fd5f
@ -5,8 +5,8 @@ from inspect import cleandoc
|
|||||||
class ExampleNode(ComfyNodeABC):
|
class ExampleNode(ComfyNodeABC):
|
||||||
"""An example node that just adds 1 to an input integer.
|
"""An example node that just adds 1 to an input integer.
|
||||||
|
|
||||||
* Requires an IDE configured with analysis paths etc to be worth looking at.
|
* Requires a modern IDE to provide any benefit (detail: an IDE configured with analysis paths etc).
|
||||||
* Not intended for use in ComfyUI.
|
* This node is intended as an example for developers only.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DESCRIPTION = cleandoc(__doc__)
|
DESCRIPTION = cleandoc(__doc__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user