(self)
| 569 | Given a mask, returns a rectangular region that fits the mask with the given constraints |
| 570 | """ |
| 571 | def __init__(self): |
| 572 | pass |
| 573 | |
| 574 | @classmethod |
| 575 | def INPUT_TYPES(cls): |
nothing calls this directly
no outgoing calls
no test coverage detected