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

Method __init__

numpy/linalg/lapack_lite/make_lite.py:73–79  ·  view source on GitHub ↗
(self, name=None, filename=None)

Source from the content-addressed store, hash-verified

71 """
72 type = 'generic'
73 def __init__(self, name=None, filename=None):
74 self.filename = filename
75 if name is None:
76 root, ext = os.path.splitext(filename)
77 name = root
78 self.name = name
79 self._dependencies = None
80
81 def dependencies(self):
82 if self._dependencies is None:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected