MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / clone

Method clone

Utils/GitThread.py:233–237  ·  view source on GitHub ↗

克隆项目

(self)

Source from the content-addressed store, hash-verified

231 shutil.rmtree(Constants.DirProjects, ignore_errors=True)
232
233 def clone(self):
234 """克隆项目"""
235 pygit2.clone_repository(self.Url,
236 Constants.DirProjects,
237 callbacks=ProgressCallback())
238
239 def run(self):
240 try:

Callers 3

runMethod · 0.95
HaFunction · 0.80
jquery.min.jsFile · 0.80

Calls 1

ProgressCallbackClass · 0.85

Tested by

no test coverage detected