MCPcopy Create free account
hub / github.com/UndCover/PyramidStore / run

Function run

run.py:11–16  ·  view source on GitHub ↗
(path,name)

Source from the content-addressed store, hash-verified

9 return sp
10
11def run(path,name):
12 rPath = path
13 if len(name) > 0:
14 rPath = 'plugin/py_{0}.py'.format(name)
15 sp = loadFromDisk(rPath)
16 sp.test()
17
18if __name__ == '__main__':
19 parser = argparse.ArgumentParser(description='choose your crawler')

Callers 1

run.pyFile · 0.70

Calls 2

testMethod · 0.80
loadFromDiskFunction · 0.70

Tested by

no test coverage detected