(self)
| 1358 | |
| 1359 | class IPAdapterPreciseCompositionBatch(IPAdapterPreciseComposition): |
| 1360 | def __init__(self): |
| 1361 | self.unfold_batch = True |
| 1362 | |
| 1363 | """ |
| 1364 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
nothing calls this directly
no outgoing calls
no test coverage detected