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

Method __del__

setup.py:350–356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

348 cls.packages = packages
349
350 def __del__(self):
351 cls = self.__class__
352 cls._setuptools_wrap._classify_installed_files = (
353 cls.wraps._classify_installed_files
354 )
355 cls.wraps._classify_installed_files = None
356 cls._setuptools_wrap = None
357
358 def _classify_installed_files_override(
359 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected