MCPcopy Create free account
hub / github.com/opencv/opencv-python / __len__

Method __len__

setup.py:531–532  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

529# Should make the wheel a binary distribution and platlib compliant.
530class EmptyListWithLength(list):
531 def __len__(self):
532 return 1
533
534
535if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected