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

Method __len__

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

Source from the content-addressed store, hash-verified

719 return starts
720
721 def __len__(self):
722 return len(self.height_starts_list) * len(self.width_starts_list)
723
724 def __iter__(self):
725 return self

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected