MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / __init__

Method __init__

flow-python/setup.py:74–78  ·  view source on GitHub ↗
(self, pattern, src, dst)

Source from the content-addressed store, hash-verified

72
73class CopyExtension(Extension):
74 def __init__(self, pattern, src, dst):
75 Extension.__init__(self, '', sources=[])
76 self.src = src
77 self.dst = dst
78 self.pattern = pattern
79
80 def copy(self):
81 mkpath('megflow/{}'.format(self.dst))

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected