MCPcopy Create free account
hub / github.com/IceClear/StableSR / __len__

Method __len__

scripts/util_image.py:641–642  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

639 return starts
640
641 def __len__(self):
642 return len(self.height_starts_list) * len(self.width_starts_list)
643
644 def __iter__(self):
645 return self

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected