MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / from_memmap

Method from_memmap

python/graphvite/util.py:108–109  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

106
107 @classmethod
108 def from_memmap(cls, *args, **kwargs):
109 return super(SharedNDArray, cls).__new__(cls, *args, **kwargs)
110
111 def __reduce__(self):
112 order = "C" if self.flags["C_CONTIGUOUS"] else "F"

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected