(self)
| 779 | Separates a mask into multiple contiguous components. Returns the individual masks created as well as a MASK_MAPPING which can be used in other nodes when dealing with batches. |
| 780 | """ |
| 781 | def __init__(self): |
| 782 | pass |
| 783 | |
| 784 | @classmethod |
| 785 | def INPUT_TYPES(cls): |
nothing calls this directly
no outgoing calls
no test coverage detected