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

Method __init__

numpy/lib/_datasource.py:576–579  ·  view source on GitHub ↗

Create a Repository with a shared url or directory of baseurl.

(self, baseurl, destpath=os.curdir)

Source from the content-addressed store, hash-verified

574 """
575
576 def __init__(self, baseurl, destpath=os.curdir):
577 """Create a Repository with a shared url or directory of baseurl."""
578 DataSource.__init__(self, destpath=destpath)
579 self._baseurl = baseurl
580
581 def __del__(self):
582 DataSource.__del__(self)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected