MCPcopy Create free account
hub / github.com/numpy/numpy / __del__

Method __del__

numpy/lib/_datasource.py:581–582  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

579 self._baseurl = baseurl
580
581 def __del__(self):
582 DataSource.__del__(self)
583
584 def _fullpath(self, path):
585 """Return complete path for path. Prepends baseurl if necessary."""

Callers

nothing calls this directly

Calls 1

__del__Method · 0.45

Tested by

no test coverage detected